class ActionController::Parameters

def values

Returns a new array of the values of the parameters.
def values
  to_enum(:each_value).to_a
end