Method: Puppet::Network::HTTP::Route#options
- Defined in:
- lib/puppet/network/http/route.rb
#options(*handlers) ⇒ Object
37 38 39 40 |
# File 'lib/puppet/network/http/route.rb', line 37 def (*handlers) @method_handlers[:OPTIONS] = handlers return self end |