module TransactPro

Constants

DEFAULTS
VERSION

Public Instance Methods

root() click to toggle source
# File lib/transact_pro.rb, line 28
def root
  @@root ||= Pathname.new(Gem::Specification.find_by_name("transact_pro").gem_dir)
end