fuel-plugin-sensu/deployment_scripts/puppet/files/embedded/lib/ruby/gems/2.3.0/gems/dentaku-2.0.9/lib/dentaku/ast/functions/max.rb

6 lines
106 B
Ruby

require_relative '../function'
Dentaku::AST::Function.register(:max, :numeric, ->(*args) {
args.max
})