module RuboCop::AST::MethodDispatchNode
def lambda?
-
(Boolean)
- whether this method is a lambda
def lambda? block_literal? && command?(:lambda) end
(Boolean)
- whether this method is a lambda
def lambda? block_literal? && command?(:lambda) end