Skip to content

Instantly share code, notes, and snippets.

@chikadance
Created April 6, 2013 13:11
Show Gist options
  • Save chikadance/5326066 to your computer and use it in GitHub Desktop.
Save chikadance/5326066 to your computer and use it in GitHub Desktop.
ruby yield block
def method1
yield
end
method1 { puts 1+1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment