Skip to content

Instantly share code, notes, and snippets.

@khelll
Created March 13, 2010 13:12
Show Gist options
  • Save khelll/331312 to your computer and use it in GitHub Desktop.
Save khelll/331312 to your computer and use it in GitHub Desktop.
@@v = 1
class MyClass
@@v = 2
end
@@v #=>2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment