Class: ExtendedLogger::Controls::Logger
- Inherits:
-
Object
- Object
- ExtendedLogger::Controls::Logger
- Defined in:
- lib/extended_logger/controls.rb
Defined Under Namespace
Classes: Ruby
Class Method Summary collapse
Class Method Details
.example ⇒ Object
74 75 76 77 78 79 80 |
# File 'lib/extended_logger/controls.rb', line 74 def self.example device = StringIO.new instance = build device instance.clock = Time::Clock instance end |