class Middleman::Application

def root_path

Pathname-addressed root
def root_path
  @_root_path ||= Pathname.new(root)
end