Class: Captivate::SystemCall
- Inherits:
-
Object
- Object
- Captivate::SystemCall
- Defined in:
- lib/captivate.rb
Instance Method Summary collapse
-
#initialize(command) ⇒ SystemCall
constructor
A new instance of SystemCall.
Constructor Details
#initialize(command) ⇒ SystemCall
Returns a new instance of SystemCall.
192 193 194 |
# File 'lib/captivate.rb', line 192 def initialize(command) system(command) end |