Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#`(cmd) ⇒ Object
82 83 84 |
# File 'lib/fuxed_lock.rb', line 82 def `(cmd) Kernel.send(:`, cmd) end |
#system(cmd) ⇒ Object
86 87 88 |
# File 'lib/fuxed_lock.rb', line 86 def system(cmd) Kernel.system(cmd) end |