module TingYun::Support::Path
Public Class Methods
ting_yun_root()
click to toggle source
The root directory for the plugin or gem
# File lib/ting_yun/support/path.rb, line 7 def self.ting_yun_root File.expand_path(File.join("..", "..", "..",".."), __FILE__) end