Class: Busser::Command::SuitePath

Inherits:
Thor::BaseGroup show all
Defined in:
lib/busser/command/suite_path.rb

Overview

Suite path command.

Author:

Instance Method Summary collapse

Methods included from UI

banner, die, fatal, handle_command, info, run!, run_ruby_script!, status, warn

Methods included from Helpers

chef_apply, install_gem, root_path, suite_path, vendor_path

Instance Method Details

#pathObject



33
34
35
# File 'lib/busser/command/suite_path.rb', line 33

def path
  say suite_path(suite_name).to_s
end