class Proc

def lambda?

Standard in Ruby 1.9. See official documentation[http://ruby-doc.org/core-1.9/classes/Proc.html]
def lambda?
  !!__is_lambda__
end