module Armada

Constants

VERSION

Public Class Methods

executable_name() click to toggle source
# File lib/armada.rb, line 25
def executable_name
  File.basename($PROGRAM_NAME)
end
root() click to toggle source
# File lib/armada.rb, line 21
def root
  @root ||= Pathname.new(File.expand_path('../', File.dirname(__FILE__)))
end
ui() click to toggle source
# File lib/armada.rb, line 29
def ui
  @ui ||= Thor::Base.shell.new
end