module Telepath

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/telepath.rb, line 12
def self.root
  Pathname.new(__FILE__).dirname.expand_path.parent
end