Skip to content

Instantly share code, notes, and snippets.

@jferris
Created August 23, 2012 21:16
Show Gist options
  • Select an option

  • Save jferris/3441919 to your computer and use it in GitHub Desktop.

Select an option

Save jferris/3441919 to your computer and use it in GitHub Desktop.
Principle of enjoyable surprises
test = test
# => nil
@test = @test
# => nil
$test = $test
# => nil
@@test = @@test
# NameError: uninitialized class variable @@test in Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment