Module: Cimas

Defined in:
lib/cimas/cli/command.rb,
lib/cimas.rb,
lib/cimas/version.rb,
lib/cimas/repository.rb

Overview

require ‘travis/client/session’

Defined Under Namespace

Modules: Cli Classes: Repository

Constant Summary collapse

VERSION =
"0.1.4"

Class Method Summary collapse

Class Method Details

.rootObject



6
7
8
# File 'lib/cimas.rb', line 6

def self.root
  File.dirname(__dir__)
end

.root_pathObject



10
11
12
# File 'lib/cimas.rb', line 10

def self.root_path
  Pathname.new(Cimas.root)
end