Running a small script I encounter the following error:
require 'systemu'
puts systemu('/sbin/ifconfig')
NameError: uninitialized constant JRuby::PathHelper
const_missing at org/jruby/RubyModule.java:3760
systemu at /home/fmzakari/.gem/jruby/2.5.0/gems/systemu-2.6.5/lib/systemu.rb:287
systemu at /home/fmzakari/.gem/jruby/2.5.0/gems/systemu-2.6.5/lib/systemu.rb:10
<main> at ruby-failure.rb:4
Running a small script I encounter the following error:
The following missing
require
fixes it.