Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created August 26, 2012 19:12
Show Gist options
  • Save tsabat/3482736 to your computer and use it in GitHub Desktop.
Save tsabat/3482736 to your computer and use it in GitHub Desktop.
eval ("File.read('/tmp/blah.rb')")
eval("File.read('/tmp/blah.rb')")
eval "File.read('/tmp/blah.rb')"
x = "Fil"+"e.read('/tmp/blah.rb'"
eval(x)
eval (x)
eval x
eval x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment