Method: Webcommand.root_path

Defined in:
lib/webcommand.rb

.root_pathObject



26
27
28
# File 'lib/webcommand.rb', line 26

def self.root_path
  Pathname.new File.expand_path(File.dirname(__FILE__) + '/..')
end