Skip to content

Instantly share code, notes, and snippets.

@Hakon
Created May 6, 2011 13:09
Show Gist options
  • Save Hakon/958925 to your computer and use it in GitHub Desktop.
Save Hakon/958925 to your computer and use it in GitHub Desktop.
def do_something_with_post(post) # what you write as (post) here is the same as |post| in a block
puts post
end
do_something_with_post(1) # will print 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment