class RuboCop::Cop::Style::Lambda

def lambda_arg_string(args)

def lambda_arg_string(args)
  args.children.map(&:source).join(', ')
end