module Spine::Routing::Syntax::Match

Public Instance Methods

match(pattern, options) click to toggle source
# File lib/spine/routing/syntax/match.rb, line 5
def match(pattern, options)
  add(build(pattern.to_s, options))
end