Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 18th, 2012  |  syntax: None  |  size: 0.41 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. irb(main):002:0> MissingClass.method
  2. NameError: uninitialized constant MissingClass
  3.         from org/jruby/RubyModule.java:2557:in `const_missing'
  4.         from (irb):2:in `evaluate'
  5.         from org/jruby/RubyKernel.java:1080:in `eval'
  6.         from org/jruby/RubyKernel.java:1406:in `loop'
  7.         from org/jruby/RubyKernel.java:1192:in `catch'
  8.         from org/jruby/RubyKernel.java:1192:in `catch'
  9.         from /Users/chriswhite/Ruby/jruby-trunk/bin/irb:13:in `(root)'