# File lib/action_dispatch/routing/mapper.rb, line 1290 1290: def match(*args) 1291: if args.size == 1 && args.last.is_a?(Hash) 1292: options = args.pop 1293: path, to = options.find { |name, value| name.is_a?(String) } 1294: options.merge!(:to => to).delete(path) 1295: super(path, options) 1296: else 1297: super 1298: end 1299: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.