Class: ChefCLI::UI::NullStream
- Inherits:
 - 
      Object
      
        
- Object
 - ChefCLI::UI::NullStream
 
 
- Defined in:
 - lib/chef-cli/ui.rb
 
Instance Method Summary collapse
Instance Method Details
#print(*anything) ⇒ Object
      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  |