# File lib/action_dispatch/routing/mapper.rb, line 247
        def root(options = {})
          match '/', options.reverse_merge(:as => :root)
        end