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

10 lines
108 B
Ruby

module Dentaku
module AST
class Nil < Node
def value(*)
nil
end
end
end
end