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