Skip to content

Instantly share code, notes, and snippets.

@lolgear
Created August 11, 2014 14:46
Show Gist options
  • Save lolgear/c501009daba46fd42104 to your computer and use it in GitHub Desktop.
Save lolgear/c501009daba46fd42104 to your computer and use it in GitHub Desktop.
class A
cattr_reader(
:dictionary
)
@@dictionary = {}
end
class B < A
@@dictionary = {'B class' => 'Yes', 'other_information' => {}}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment