# File lib/puppet/parameter.rb, line 264 264: def nodefault 265: if public_method_defined? :default 266: undef_method :default 267: end 268: end