Skip to content

Instantly share code, notes, and snippets.

@hadashiA
Created October 19, 2015 08:43
Show Gist options
  • Select an option

  • Save hadashiA/04ad2d5e2872c4b52791 to your computer and use it in GitHub Desktop.

Select an option

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