# File lib/puppet/ssl/certificate_authority.rb, line 52
52:   def apply(method, options)
53:     raise ArgumentError, "You must specify the hosts to apply to; valid values are an array or the symbol :all" unless options[:to]
54:     applier = Interface.new(method, options)
55: 
56:     applier.apply(self)
57:   end