Skip to content

Instantly share code, notes, and snippets.

@jonathanpike
Created November 23, 2015 18:46
Show Gist options
  • Save jonathanpike/b73c09ee01760a97073b to your computer and use it in GitHub Desktop.
Save jonathanpike/b73c09ee01760a97073b to your computer and use it in GitHub Desktop.
class Sample
def initialize(&block)
@block = block
end
def method
@block.call
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment