I see this all the time in Ruby:
require File.dirname(__FILE__) + "/../../config/environment"
What does __FILE__
mean?
I see this all the time in Ruby:
require File.dirname(__FILE__) + "/../../config/environment"
What does __FILE__
mean?