Module: Trixie

Defined in:
lib/trixie.rb,
lib/trixie/cli.rb,
lib/trixie/load.rb,
lib/trixie/version.rb,
lib/trixie/template.rb,
lib/trixie/formatter.rb,
lib/trixie/contracts/types.rb,
lib/trixie/contracts/trixie_yml.rb

Overview

rubocop:disable Style/Documentation

Defined Under Namespace

Modules: Contracts Classes: CLI, Error, Formatter, InvalidConfigError, Load, OpCLINotInstalledError, Template

Constant Summary collapse

VERSION =
"0.1.4"

Class Method Summary collapse

Class Method Details

.root_pathObject



24
25
26
# File 'lib/trixie.rb', line 24

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