Skip to content

Instantly share code, notes, and snippets.

@pablolee
Last active December 28, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablolee/7424683 to your computer and use it in GitHub Desktop.
Save pablolee/7424683 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby/env
require 'rubygems'
def rawr
puts "Rawr"
end
# require 'pry'; binding.pry
require 'debugger'; debugger
puts "starting"
rawr
@johnsyweb
Copy link

Wyrd that this doesn't work in "custom" Rubies!
CC: @charliesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment