Method: JMESPath::Nodes::MaxByFunction#call
- Defined in:
- lib/jmespath/nodes/function.rb
#call(args) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
457 458 459 |
# File 'lib/jmespath/nodes/function.rb', line 457 def call(args) number_compare(:max_by, *args) end |