Top Level Namespace

Defined Under Namespace

Modules: Capa Classes: EmulatorRecorder, GIFGenerator, SimulatorRecorder, String

Instance Method Summary collapse

Instance Method Details

#command?(command) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/capa/helper.rb', line 6

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