Skip to content

Instantly share code, notes, and snippets.

@systemist
Created August 29, 2019 18:11
Show Gist options
  • Save systemist/a60f4492b471c068651c40e2f0dcd88c to your computer and use it in GitHub Desktop.
Save systemist/a60f4492b471c068651c40e2f0dcd88c to your computer and use it in GitHub Desktop.
class Example
define_method(:call) do
yield if block_given?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment