Skip to content

Instantly share code, notes, and snippets.

@ukd1
Created August 3, 2017 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ukd1/be099bbae668954247fb838f5921a3ff to your computer and use it in GitHub Desktop.
Save ukd1/be099bbae668954247fb838f5921a3ff to your computer and use it in GitHub Desktop.
class A
def version
self.class::VERSION || 1
end
end
class B < A
VERISON = 2
end
B.new.version == 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment