Class: PuppetLibrary::Util::Logging::LogCollector
- Inherits:
-
Array
- Object
- Array
- PuppetLibrary::Util::Logging::LogCollector
show all
- Defined in:
- lib/puppet_library/util/logging.rb
Instance Method Summary
collapse
Methods inherited from Array
#deep_merge, #each_in_parallel, #unique_by, #version_sort, #version_sort_by
Instance Method Details
#close ⇒ Object
26
27
|
# File 'lib/puppet_library/util/logging.rb', line 26
def close
end
|
#write(message) ⇒ Object
22
23
24
|
# File 'lib/puppet_library/util/logging.rb', line 22
def write(message)
self << message
end
|