Class: RMonitor::Commands::CL::Base
- Inherits:
-
Object
- Object
- RMonitor::Commands::CL::Base
- Defined in:
- lib/rmonitor/commands/cl/base.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
5 6 7 8 9 |
# File 'lib/rmonitor/commands/cl/base.rb', line 5 def initialize( = {}) = @out = [:out] || $stdout @err = [:err] || $stderr end |