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/77de655a628bae3637e637b4e4be1ad3 to your computer and use it in GitHub Desktop.
Save jayrobin/77de655a628bae3637e637b4e4be1ad3 to your computer and use it in GitHub Desktop.
class Person
include FormatHelper
def self.blueprint
yield
end
end
Person.blueprint do
phone_number # undefined method ‘phone_number’
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment