Top Level Namespace

Defined Under Namespace

Modules: Blake3

Constant Summary collapse

RAKEFILE =
'native.rake'

Instance Method Summary collapse

Instance Method Details

#command_exists(command, *extra_test_arguments) ⇒ Object



5
6
7
# File 'ext/extconf.rb', line 5

def command_exists(command, *extra_test_arguments)
  raise "Command #{command} not found. exitting..." unless system(command, *extra_test_arguments)
end