I’m trying to use the Optiflag package in my Ruby code and whenever I try to do the necessary require optiflag.rb, my program fails with the standard no such file to load -- optiflag message. I added the directory with that library to my $PATH variable, but it’s still not working. Any ideas?
I’m trying to use the Optiflag package in my Ruby code and whenever I
Share
is it a gem? Are you doing
or equivalent?