Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created May 27, 2009 18:36
Show Gist options
  • Select an option

  • Save methodmissing/118807 to your computer and use it in GitHub Desktop.

Select an option

Save methodmissing/118807 to your computer and use it in GitHub Desktop.
# sudo dtruss -c 'ruby requires.rb'
# .....
#
# stat("/opt/local/lib/ruby/vendor_ruby/1.8/i686-darwin9.5.1/rubyeventmachine.rb\0", 0xBFFFF2D0, 0x1000) = -1 Err#2
# stat("/opt/local/lib/ruby/vendor_ruby/1.8/i686-darwin9.5.1/rubyeventmachine.bundle\0", 0xBFFFF2D0, 0x1000) = -1 Err#2
# stat("/opt/local/lib/ruby/vendor_ruby/rubyeventmachine.rb\0", 0xBFFFF2D0, 0x1000) = -1 Err#2
# stat("/opt/local/lib/ruby/vendor_ruby/rubyeventmachine.bundle\0", 0xBFFFF2D0, 0x1000) = -1 Err#2
#
# .....
#
require 'rubyeventmachine'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment