Class: Surfer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/surfer/config.rb

Class Method Summary collapse

Class Method Details

.root_pathObject



3
4
5
6
# File 'lib/surfer/config.rb', line 3

def self.root_path
	current_path=`pwd`
	current_path=current_path.gsub(/[\s|\n]/,"")
end