{"id":19725346,"url":"https://github.com/bodacious/tomdoctest","last_synced_at":"2026-06-07T22:33:30.553Z","repository":{"id":2619079,"uuid":"3603419","full_name":"Bodacious/TomDocTest","owner":"Bodacious","description":"Showing how I can't get tomdoc to work :(","archived":false,"fork":false,"pushed_at":"2012-03-02T15:43:35.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T01:47:03.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bodacious.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-02T15:38:45.000Z","updated_at":"2013-10-21T00:05:13.000Z","dependencies_parsed_at":"2022-08-06T12:30:47.150Z","dependency_job_id":null,"html_url":"https://github.com/Bodacious/TomDocTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bodacious/TomDocTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FTomDocTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FTomDocTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FTomDocTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FTomDocTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bodacious","download_url":"https://codeload.github.com/Bodacious/TomDocTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FTomDocTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34041087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T23:29:27.867Z","updated_at":"2026-06-07T22:33:30.540Z","avatar_url":"https://github.com/Bodacious.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The problem\n\nTo reproduce this error: \n\n    $ tomdoc some_ruby_file.rb\n    \nThis give the following error:\n\n      /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/tomdoc.rb:124:in `block in tomdoc': bad value for range (ArgumentError)\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/tomdoc.rb:120:in `map'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/tomdoc.rb:120:in `tomdoc'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/tomdoc.rb:257:in `parse'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/tomdoc.rb:56:in `initialize'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/scope.rb:19:in `new'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/scope.rb:19:in `tomdoc'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/generators/console.rb:9:in `write_scope_header'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/generator.rb:51:in `write_scope'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/generator.rb:41:in `block in process'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/generator.rb:40:in `each'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/generator.rb:40:in `process'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/generator.rb:34:in `generate'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/cli.rb:101:in `block (2 levels) in \u003cclass:CLI\u003e'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1412:in `call'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1412:in `block in parse_in_order'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:648:in `search'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1510:in `block in visit'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1509:in `reverse_each'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1509:in `visit'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1412:in `parse_in_order'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1341:in `order!'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1432:in `permute!'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1453:in `parse!'\n      from /Users/Gavin/.rvm/rubies/ruby-1.9.3-p0-perf/lib/ruby/1.9.1/optparse.rb:1443:in `parse'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/cli.rb:118:in `parse_options'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/cli.rb:114:in `parse_options'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/lib/tomdoc/cli.rb:146:in `\u003ctop (required)\u003e'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/gems/tomdoc-0.2.4/bin/tomdoc:7:in `\u003ctop (required)\u003e'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/bin/tomdoc:19:in `load'\n      from /Users/Gavin/.rvm/gems/ruby-1.9.3-p0-perf/bin/tomdoc:19:in `\u003cmain\u003e'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Ftomdoctest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodacious%2Ftomdoctest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Ftomdoctest/lists"}