Skip to content

Instantly share code, notes, and snippets.

@laynor
Created January 10, 2012 03:16
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 laynor/1586661 to your computer and use it in GitHub Desktop.
Save laynor/1586661 to your computer and use it in GitHub Desktop.
def crasto x, y=nil, &block
block.call()
puts [x,y]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment