Hi, At Mon, 6 Jul 2009 01:53:31 +0900, Chauk-Mean Proum wrote in [ruby-core:24153]: > Replacing require 'a' with require './a' or require_relative > 'a' works. > But this introduces incompatibility issues with code that > works with ruby-1.8 and ruby-1.9.1-p129. In what cases do you need it in the load path? Command line option -I. or environment variable RUBYLIB="." can't help you? -- Nobu Nakada