instance method
_reduce_1
Ruby on Rails 4.2.9
Since v4.2.9 Last seen in v4.2.9Signature
_reduce_1(val, _values)
reduce 0 omitted
Parameters
-
valreq -
_valuesreq
Source
# File actionpack/lib/action_dispatch/journey/parser.rb, line 136
def _reduce_1(val, _values)
Cat.new(val.first, val.last)
end
Defined in actionpack/lib/action_dispatch/journey/parser.rb line 136
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Journey::Parser