From: Pat Kiatchaipipat Date: 2008-04-22T01:53:08+09:00 Subject: require 'msn/msn'? hi. I try to make ruby msn bot like this tutorial. http://code.google.com/p/rubymsn/wiki/Tutorial but I have some problem when I use require 'msn/msn' on my code and I've got error. C:/Program Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- msn/msn (LoadError) from C:/Program Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from a.rb:3 How can I solve it?? what's the gem I must download?? -- Posted via http://www.ruby-forum.com/.