Module: Vorx

Defined in:
lib/vorx.rb,
lib/vorx/store.rb,
lib/vorx/types.rb,
lib/vorx/version.rb,
lib/vorx/git_reference.rb,
lib/vorx/git_repository.rb

Defined Under Namespace

Modules: Types Classes: Error, GitReference, GitRepository, Store

Constant Summary collapse

VERSION =
'0.1.1'

Class Method Summary collapse

Class Method Details

.root_pathObject



15
16
17
# File 'lib/vorx.rb', line 15

def self.root_path
  Pathname.new File.expand_path("#{__dir__}/..")
end