Class: Puppet::Test::LogCollector
- Inherits:
-
Object
- Object
- Puppet::Test::LogCollector
- Defined in:
- lib/puppet_module_spec_helper/puppet_spec_helper.rb
Instance Method Summary collapse
- #<<(value) ⇒ Object
-
#initialize(logs) ⇒ LogCollector
constructor
A new instance of LogCollector.
Constructor Details
#initialize(logs) ⇒ LogCollector
Returns a new instance of LogCollector.
122 123 124 |
# File 'lib/puppet_module_spec_helper/puppet_spec_helper.rb', line 122 def initialize(logs) @logs = logs end |
Instance Method Details
#<<(value) ⇒ Object
126 127 128 |
# File 'lib/puppet_module_spec_helper/puppet_spec_helper.rb', line 126 def <<(value) @logs << value end |