Method: Clin::Shell#say

Defined in:
lib/clin/shell.rb

#say(line, indent: '') ⇒ Object



23
24
25
# File 'lib/clin/shell.rb', line 23

def say(line, indent: '')
  @out.puts text.line(line, indent: indent)
end