Hi all,
I have some directories in my project like:
communications
model
database
database/sqlite
http
Every directory contains scripts, more specifically classes, that are
called from a main script Portal.rb located in the base directory. How
could those scripts get in its own code its complete path? I try some
solutions from Internet but I just get the path to Portal.rb