Method: Browser.root

Defined in:
lib/browser/browser.rb

.rootObject



40
41
42
# File 'lib/browser/browser.rb', line 40

def self.root
  @root ||= Pathname.new(File.expand_path("../../..", __FILE__))
end