Class: Captivate::SystemCall

Inherits:
Object
  • Object
show all
Defined in:
lib/captivate.rb

Instance Method Summary collapse

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