Module: TingYun::Support::Path

Defined in:
lib/ting_yun/support/path.rb

Class Method Summary collapse

Class Method Details

.ting_yun_rootObject

The root directory for the plugin or gem



7
8
9
# File 'lib/ting_yun/support/path.rb', line 7

def self.ting_yun_root
  File.expand_path(File.join("..", "..", "..",".."), __FILE__)
end