class JMESPath::Nodes::MaxByFunction
Public Instance Methods
Source
# File lib/jmespath/nodes/function.rb, line 543 def call(args) compare_by(:max_by, *args) end
# File lib/jmespath/nodes/function.rb, line 543 def call(args) compare_by(:max_by, *args) end