# File lib/puppet/ssl/certificate_authority/interface.rb, line 84 84: def method=(method) 85: raise ArgumentError, "Invalid method #{method} to apply" unless INTERFACE_METHODS.include?(method) 86: @method = method 87: end