Class: FSR::Cmd::Hupall
Constant Summary
Constants inherited from Command
Instance Method Summary (collapse)
- - (Object) arguments
-
- (Hupall) initialize(cause = nil)
constructor
A new instance of Hupall.
Methods inherited from Command
Constructor Details
- (Hupall) initialize(cause = nil)
A new instance of Hupall
5 6 7 |
# File 'lib/fsr/cmd/hupall.rb', line 5 def initialize(cause=nil) @cause = cause end |
Instance Method Details
- (Object) arguments
9 10 11 |
# File 'lib/fsr/cmd/hupall.rb', line 9 def arguments [@cause].compact end |