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