module Vorx

Constants

VERSION

Public Class Methods

root_path() click to toggle source
# File lib/vorx.rb, line 15
def self.root_path
  Pathname.new File.expand_path("#{__dir__}/..")
end