I\'m having a really noob problem with importing files in Ruby. I\'m making a Ruby app in Windows XP. All the class files for the app are in \"C:/Documents/Prgm/Surveyor_R
\"C:/Documents/Prgm/Surveyor_R
How about this command? A little cumbersome to write but really clean and it should always work:
➜ $ irb > require "#{Dir.pwd}/file_to_load.rb" => true