Skip to content

Instantly share code, notes, and snippets.

@ConradIrwin
Created August 23, 2011 05:27
Show Gist options
  • Select an option

  • Save ConradIrwin/1164414 to your computer and use it in GitHub Desktop.

Select an option

Save ConradIrwin/1164414 to your computer and use it in GitHub Desktop.
>> A.new
NoMethodError: undefined method `inspect' for #<A:0x26cec40>
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:310:in `output_value'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:159:in `eval_input'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:271:in `signal_status'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:155:in `eval_input'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb/ruby-lex.rb:244:in `each_top_level_statement'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb/ruby-lex.rb:230:in `loop'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb/ruby-lex.rb:230:in `each_top_level_statement'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb/ruby-lex.rb:229:in `catch'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb/ruby-lex.rb:229:in `each_top_level_statement'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:154:in `eval_input'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:71:in `start'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:70:in `catch'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/irb.rb:70:in `start'
from /home/conrad/.rvm/rubies/ree-1.8.7-2011.03/bin/irb:17
Maybe IRB bug!!
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment