Method: Transcriptic::UI#output
- Defined in:
- lib/transcriptic/ui.rb
#output(message = "") ⇒ Object
237 238 239 240 |
# File 'lib/transcriptic/ui.rb', line 237 def output( = "") return if .to_s.strip == "" display " " + .split("\n").join("\n ") end |