# File lib/facet/enumerable-args.rb, line 125
  def max(*args)
    to_a(*args).max
  end