class Object
Public Instance Methods
command?(name)
click to toggle source
# File bin/tinyimage, line 5 def command?(name) `which #{name}` $?.success? end
# File bin/tinyimage, line 5 def command?(name) `which #{name}` $?.success? end