Method: Puppet::Network::HTTP::Route.path

Defined in:
lib/puppet/network/http/route.rb

.path(path_matcher) ⇒ Object



12
13
14
# File 'lib/puppet/network/http/route.rb', line 12

def self.path(path_matcher)
  new(path_matcher)
end