# File lib/merb-core.rb, line 340
    def root_path(*path)
      File.join(root, *path)
    end