Skip to content

Instantly share code, notes, and snippets.

@ananfang
Created July 25, 2012 05:17
Show Gist options
  • Save ananfang/3174532 to your computer and use it in GitHub Desktop.
Save ananfang/3174532 to your computer and use it in GitHub Desktop.
Block in Ruby
{ puts "Hello World!" } # this is a block
do #
puts "Hello World!" # this is also a block
end #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment