Skip to content

Instantly share code, notes, and snippets.

@calavera
Created May 14, 2010 14:20
Show Gist options
  • Select an option

  • Save calavera/401211 to your computer and use it in GitHub Desktop.

Select an option

Save calavera/401211 to your computer and use it in GitHub Desktop.
irb(main):003:0> class LoadError
irb(main):004:1> def message
irb(main):005:2> super + 'hello'
irb(main):006:2> end
irb(main):007:1> end
=> nil
irb(main):008:0> require 'rubygems'
=> false
irb(main):009:0> require 'sinatra'
LoadError: no such file to load -- sinatra
from /Library/Frameworks/JRuby.framework/Versions/1.5.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /Library/Frameworks/JRuby.framework/Versions/1.5.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from (irb):9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment