Mega Code Archive
Categories
/
Ruby
/
Method
A quicker way to create our hello Proc
hello = lambda { puts('Hello, I am inside a proc') }