Method: Transcriptic::UI#say
- Defined in:
- lib/transcriptic/ui.rb
#say(message = '', color = nil, force_new_line = (message.to_s !~ /( |\t)\Z/)) ⇒ Object
17 18 19 20 21 |
# File 'lib/transcriptic/ui.rb', line 17 def say( = '', color = nil, force_new_line = (.to_s !~ /( |\t)\Z/)) return if quiet? super(, color, force_new_line) end |