class RuboCop::AST::LambdaNode

def lambda_literal?

For similarity with legacy mode
def lambda_literal?
  true
end