Skip to content

Instantly share code, notes, and snippets.

@hadashiA
Created October 19, 2015 08:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadashiA/04ad2d5e2872c4b52791 to your computer and use it in GitHub Desktop.
Save hadashiA/04ad2d5e2872c4b52791 to your computer and use it in GitHub Desktop.
class A
end
A.class_variable_set :@@yamero, 'yamero'
p A.class_variable_get :@@yamero
fork do
p A.class_variable_get :@@yamero
exit
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment