Method Ruby

hello = lambda {
  puts('Hello, I am inside a proc')
}