...and thusly interfering with installing some gems.
RDoc::Parser::Ruby failure around line 25 of
lib/pry/commands/ls.rb
Before reporting this, could you check that the file you're documenting
has proper syntax:
/Users/jlewis/.rvm/rubies/ruby-1.9.3-p194/bin/ruby -c lib/pry/commands/ls.rb
RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.
The internal error was:
(NoMethodError) undefined method `name' for #<RDoc::RubyToken::TkDOT:0x00000102799750>
ERROR: While generating documentation for pry-0.9.12
... MESSAGE: undefined method `name' for #<RDoc::RubyToken::TkDOT:0x00000102799750>
... RDOC args: --ri --op /Users/jlewis/.rvm/gems/ruby-1.9.3-p194@close_enough/doc/pry-0.9.12/ri lib --title pry-0.9.12 Documentation --quiet
...and thusly interfering with installing some gems.