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