Skip to content

Instantly share code, notes, and snippets.

@jayrobin
Created October 11, 2016 18:41
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/0d48bdcbf2c23bf30dcd8fe392de9c0b to your computer and use it in GitHub Desktop.
Save jayrobin/0d48bdcbf2c23bf30dcd8fe392de9c0b to your computer and use it in GitHub Desktop.
include FormatHelper
class Person
def self.blueprint
yield
end
end
Person.blueprint do
phone_number
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment