Ruby stores the list of directories to search for included files in a special variable called $:
# You can see what $: contains by default, using irb: $:.each { |d| puts d }