Skip to content

Instantly share code, notes, and snippets.

@portableworld
Created September 19, 2012 18:32
Show Gist options
  • Save portableworld/3751335 to your computer and use it in GitHub Desktop.
Save portableworld/3751335 to your computer and use it in GitHub Desktop.
Don't mess with Chuck Norris
trace_var(:$chuck_norris) {|v|
puts %Q{You can't change Chuck Norris to #{v}.
#{v} becomes Chuck Norris.}
}
$chuck_norris = "Awesome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment