Methods
M
Class Public methods
matches?(request)
# File actionpack/test/dispatch/routing_test.rb, line 11
def self.matches?(request)
  request.ip =~ /192\.168\.1\.1\d\d/
end