Class: XCListen::ShellTask
- Inherits:
-
Object
- Object
- XCListen::ShellTask
- Defined in:
- lib/xclisten/shell_task.rb
Class Method Summary collapse
Class Method Details
.run(args) ⇒ Object
5 6 7 8 |
# File 'lib/xclisten/shell_task.rb', line 5 def self.run(args) puts args + "\n\n" fork { exec args } end |