Module: OsCtl::Lib::Utils::Log
- Included in:
- Exporter::Tar, Exporter::Zfs, Zfs::Dataset, Zfs::PropertyReader, Zfs::PropertyState, Zfs::Stream, Zfs::ZpoolStatus
- Defined in:
- lib/libosctl/utils/log.rb
Defined Under Namespace
Modules: CommonMethods, PrivateMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
58 59 60 61 |
# File 'lib/libosctl/utils/log.rb', line 58 def self.included(klass) klass.send(:include, CommonMethods) klass.send(:extend, CommonMethods) end |