Hello! I've got a simple question. I want to have my own libraries in a directory. Let's say that it's "C:\mylib\". And there's a file names "a.rb". I want to write like require "a" What should I do to make ruby interpreter know where to find the file all the time. ENV["RUBYLIB"] is valid only for the session, right? Thanks. Sam