Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/property/boolean.rb
require_relative '../../puppet/coercion'

class Puppet::Property::Boolean < Puppet::Property
  def unsafe_munge(value)
    Puppet::Coercion.boolean(value)
  end
end
Page not found – Hello World !