So I'm still a bit confused at how load paths work basically I have a file structure like:
my_app
bin
my_bin
lib
processor.rb
So the problem is the the file my_bin
is a bin file (in ruby) that is supposed to call a class and method in processor.rb
The bin file requires gems and other stuff at the top, but how can I have the classes in processor.rb
loaded?