Class: Thimbl::Finger

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

Class Method Summary collapse

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