Method: Orbit::Routing::Path#initialize

Defined in:
lib/orbit/routing/path.rb

#initialize(path) ⇒ Path



6
7
8
9
# File 'lib/orbit/routing/path.rb', line 6

def initialize(path)
  @name = path
  @regex, @keys = compile
end