From: Aa Wilson Date: 2010-04-15T00:20:25+09:00 Subject: Re: Undefined method `ire' with rubygems on mswin32 Aa Wilson wrote: > I've just recently installed the latest stable ruby 1.9.1 and rubygems > 1.3.6 on a WinXP 32-bit system that's never seen ruby before, as well as > the dll packages listen at > http://www.garbagecollect.jp/ruby/mswin32/en/documents/install.html. > PATH is set and correct. When running any gem command (but not when > running other options, like gem --help, or gem -v), I receive the > following: > > C:\>gem list --local > ERROR: While executing gem ... (NoMethodError) > undefined method `ire' for main:Object As a follow-up, checking the source of (for example) C:/scripting/ruby-1.9.1/lib/ruby/site_ruby/1.9.1/rubygems/commands/list_command.rb shows that, rather than "require 'rubygems/command'" at the top, it has "ire 'rubygems/command'". This sounds like an installer problem. -- Posted via http://www.ruby-forum.com/.