Method: Puppet::Network::HTTP::Route#any
- Defined in:
- lib/puppet/network/http/route.rb
#any(*handlers) ⇒ Object
57 58 59 60 61 62 |
# File 'lib/puppet/network/http/route.rb', line 57 def any(*handlers) @method_handlers.each do |method, registered_handlers| @method_handlers[method] = handlers end return self end |