module Puter

Constants

VERSION

Public Class Methods

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