Class: Chef::Formatters::Secureputter
- Inherits:
-
Outputter
- Object
- Outputter
- Chef::Formatters::Secureputter
- Defined in:
- lib/chef/formatters/secureputter.rb
Instance Method Summary collapse
-
#initialize(out, err) ⇒ Secureputter
constructor
A new instance of Secureputter.
- #puts(string, *colors) ⇒ Object
Constructor Details
#initialize(out, err) ⇒ Secureputter
6 7 8 |
# File 'lib/chef/formatters/secureputter.rb', line 6 def initialize(out, err) super(out, err) end |
Instance Method Details
#puts(string, *colors) ⇒ Object
10 11 12 13 |
# File 'lib/chef/formatters/secureputter.rb', line 10 def puts(string, *colors) printf("%-47s\t ", " ") @out.puts string end |