Method: Hanzo.unindent_print
- Defined in:
- lib/hanzo.rb
.unindent_print(text = '', *colors) ⇒ Object
42 43 44 45 |
# File 'lib/hanzo.rb', line 42 def self.unindent_print(text = '', *colors) colors = colors.map { |c| HighLine.const_get(c.to_s.upcase) } HighLine.say HighLine.color(text, *colors) end |