module Peaty

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/peaty.rb, line 31
def self.root
  @root ||= Pathname.new(__FILE__).dirname.parent
end