Module: Feedback

Defined in:
lib/yodel/command/feedback.rb

Class Method Summary collapse

Class Method Details

.report(verb, noun) ⇒ Object



4
5
6
7
# File 'lib/yodel/command/feedback.rb', line 4

def self.report(verb, noun)
  @h ||= HighLine.new
  @h.say "<%= color('#{verb}', GREEN) %>\t#{noun}"
end