Class: String

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

Instance Method Summary collapse

Instance Method Details

#works?Boolean

Returns:

  • (Boolean)


2
# File 'lib/ext/string.rb', line 2

def works?() system("which #{self} 2>&1 > /dev/null") end