Skip to content

Instantly share code, notes, and snippets.

@caironoleto
Created April 2, 2011 02:11
Show Gist options
  • Save caironoleto/899168 to your computer and use it in GitHub Desktop.
Save caironoleto/899168 to your computer and use it in GitHub Desktop.
Criação e uso de Proc
proc = Proc.new do |object|
puts object.inspect
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment