Class: ChefCLI::UI::NullStream

Inherits:
Object
  • Object
show all
Defined in:
lib/chef-cli/ui.rb

Instance Method Summary collapse

Instance Method Details



27
28
29
# File 'lib/chef-cli/ui.rb', line 27

def print(*anything)
  nil
end

#puts(*anything) ⇒ Object



23
24
25
# File 'lib/chef-cli/ui.rb', line 23

def puts(*anything)
  nil
end