class RuboCop::AST::LambdaNode

def first_argument_index

For similarity with legacy mode
def first_argument_index
  2
end