Module: Cpflow

Defined in:
lib/cpflow.rb,
lib/cpflow/version.rb

Defined Under Namespace

Classes: Cli, Error

Constant Summary collapse

VERSION =
"4.1.1"
MIN_CPLN_VERSION =
"3.1.0"

Class Method Summary collapse

Class Method Details

.root_pathObject



44
45
46
# File 'lib/cpflow.rb', line 44

def self.root_path
  Pathname.new(File.expand_path("../", __dir__))
end