# File lib/puppet/ssl/certificate_authority/interface.rb, line 80 80: def method=(method) 81: raise ArgumentError, "Invalid method %s to apply" % method unless INTERFACE_METHODS.include?(method) 82: @method = method 83: end