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

.terminalObject



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

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