Skip to content

Instantly share code, notes, and snippets.

@adelcambre
Created October 9, 2010 20:47
Show Gist options
  • Save adelcambre/618586 to your computer and use it in GitHub Desktop.
Save adelcambre/618586 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
def binding_play(&blk)
eval("__LINE__", blk)
end
puts binding_play {
puts "FOO"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment