Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created March 2, 2019 09:19
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 tbuehlmann/dd07be2f539cc8c7fc927df2eef2b04a to your computer and use it in GitHub Desktop.
Save tbuehlmann/dd07be2f539cc8c7fc927df2eef2b04a to your computer and use it in GitHub Desktop.
def some_method
some_variable = 42
yield some_variable
end
some_method do |that_variable|
puts that_variable
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment