Skip to content

Instantly share code, notes, and snippets.

@jayrobin
Created October 11, 2016 18:42
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/518f9ff1fcf72adbe9f60d18acdfd730 to your computer and use it in GitHub Desktop.
Save jayrobin/518f9ff1fcf72adbe9f60d18acdfd730 to your computer and use it in GitHub Desktop.
module FormatHelper
class << self
def phone_number # Now only callable via FormatHelper.phone_number
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment