class Surfer::Config

Public Class Methods

root_path() click to toggle source
# File lib/surfer/config.rb, line 3
def self.root_path
        current_path=`pwd`
        current_path=current_path.gsub(/[\s|\n]/,"")
end