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

6 lines
109 B
Ruby

require_relative '../function'
Dentaku::AST::Function.register(:not, :logical, ->(logical) {
! logical
})