class RuboCop::AST::LambdaNode

def lambda?

For similarity with legacy mode
def lambda?
  true
end