Skip to content

Instantly share code, notes, and snippets.

@cawel
Created November 16, 2014 20:28
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 cawel/8344ceaf16132d5e52ca to your computer and use it in GitHub Desktop.
Save cawel/8344ceaf16132d5e52ca to your computer and use it in GitHub Desktop.
my_proc = Proc.new do |e|
puts "this is #{e}"
end
my_proc.call(2)
my_proc.(2)
my_proc[2]
my_proc === 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment