# File lib/puppet/parser/scope.rb, line 67
67:   def self.true?(value)
68:     (value != false and value != "" and value != :undef)
69:   end