ruby-changes:12368
From: nobu <ko1@a...>
Date: Mon, 13 Jul 2009 09:33:44 +0900 (JST)
Subject: [ruby-changes:12368] Ruby:r24065 (trunk): * lib/pstore.rb (PStore#on_windows): fixed typo.
nobu 2009-07-13 09:33:06 +0900 (Mon, 13 Jul 2009) New Revision: 24065 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24065 Log: * lib/pstore.rb (PStore#on_windows): fixed typo. Modified files: trunk/lib/pstore.rb Index: lib/pstore.rb =================================================================== --- lib/pstore.rb (revision 24064) +++ lib/pstore.rb (revision 24065) @@ -431,7 +431,7 @@ def on_windows? is_windows = RUBY_PLATFORM =~ /mswin/ || RUBY_PLATFORM =~ /mingw/ || - RUBY_PLATFORM =~ /bbcwin/ || + RUBY_PLATFORM =~ /bccwin/ || RUBY_PLATFORM =~ /wince/ self.class.__send__(:define_method, :on_windows?) do is_windows -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/