Top Level Namespace
Defined Under Namespace
Modules: JEMalloc
Instance Method Summary collapse
Instance Method Details
#sys(cmd) ⇒ Object
7 8 9 10 11 12 13 |
# File 'ext/jemalloc/extconf.rb', line 7 def sys(cmd) puts "$ #{cmd}" unless ret = xsystem(cmd) raise "system command `#{cmd}' failed, please report to https://github.com/ibc/em-udns/issues" end ret end |