Searched defs:matches (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/
H A Drouter_constraints.rb23 def matches?(request)
60 def matches?(request, path = nil)
116 def matches?(request)
134 def matches?(request)
145 def matches?(request, path = nil)
161 def matches?(request)
180 def matches?(request)
193 def matches?(request)
194 constraints.all? { |c| c.matches?(request) }

Completed in 330 milliseconds