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

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

.path(path_matcher) ⇒ Object



10
11
12
# File 'lib/puppet/network/http/route.rb', line 10

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