Class: Thimbl::Finger
- Inherits:
-
Object
- Object
- Thimbl::Finger
- Defined in:
- lib/thimbl/finger.rb
Class Method Summary collapse
-
.run(*args) ⇒ Object
Wrapper for ‘finger` system call.
Class Method Details
.run(*args) ⇒ Object
Wrapper for ‘finger` system call
4 5 6 |
# File 'lib/thimbl/finger.rb', line 4 def self.run( *args ) %x[`which finger` #{args.join(' ')}] end |