Module: SportNginAwsAuditor::Output

Defined in:
lib/sport_ngin_aws_auditor/output.rb

Class Method Summary collapse

Class Method Details

.ask(*args, &block) ⇒ Object



9
10
11
# File 'lib/sport_ngin_aws_auditor/output.rb', line 9

def self.ask(*args, &block)
  terminal.ask(*args, &block)
end

.say(msg) ⇒ Object



13
14
15
# File 'lib/sport_ngin_aws_auditor/output.rb', line 13

def self.say(msg)
  terminal.say(msg)
end

.terminalObject



5
6
7
# File 'lib/sport_ngin_aws_auditor/output.rb', line 5

def self.terminal
  @terminal ||= HighLine.new
end