Skip to content

Instantly share code, notes, and snippets.

@jayrobin
Created October 11, 2016 18:38
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 jayrobin/526c5939acc2feee8dce18b6750ed72f to your computer and use it in GitHub Desktop.
Save jayrobin/526c5939acc2feee8dce18b6750ed72f to your computer and use it in GitHub Desktop.
class MyClass
extend FormatHelper
def self.my_method
phone_number
end
end
MyClass.my_method # works
MyClass.phone_number # works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment