Module: Inch::CLI::TraceHelper

Included in:
Command::Base, Command::Options::Base, Command::Output::Base, CommandParser
Defined in:
lib/inch/cli/trace_helper.rb

Overview

Adds a method called ui, that can be used to output messages to the user.

Instance Method Summary collapse

Instance Method Details

#uiObject



8
9
10
# File 'lib/inch/cli/trace_helper.rb', line 8

def ui
  @ui ||= Inch::Utils::UI.new
end