You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a small script I encounter the following error:
require'systemu'putssystemu('/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.The text was updated successfully, but these errors were encountered: