Method: Doze::Router::Route#match

Defined in:
lib/doze/router/route.rb

#match(path) ⇒ Object



73
74
75
# File 'lib/doze/router/route.rb', line 73

def match(path)
  @template.match_with_trailing(path)
end