module Peony

Constants

Error
PREFIX
ROOT
VERSION

Public Class Methods

root_path(*a) click to toggle source
# File lib/peony.rb, line 19
def self.root_path(*a)
  File.join ROOT, *a
end