[#23168] File.fnmatch のリファクタリング — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>

山本です。

13 messages 2004/03/08

[#23192] File.fnmatch と Dir.glob の非互換部分 — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>

山本です。

19 messages 2004/03/13
[#23194] Re: File.fnmatch と Dir.glob の非互換部分 — matz@... (Yukihiro Matsumoto) 2004/03/13

まつもと ゆきひろです

[#23195] Re: File.fnmatch とDir.glob の非互換部分 — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2004/03/14

山本です。

[#23196] Re: File.fnmatch とDir.glob の非互換部分 — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2004/03/14

山本です。

[#23260] Re: File.fnmatch とDir.glob の非互換部分 — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2004/03/30

山本です。

[#23261] Re: File.fnmatch とDir.glob の非互換部分 — matz@... (Yukihiro Matsumoto) 2004/03/30

まつもと ゆきひろです

[#23265] Re: File.fnmatch とDir.glob の非互換部分 — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2004/03/30

山本です。

[#23238] Re: [ruby-cvs] ruby, ruby/lib, ruby/lib/rss, ruby/sample/openssl: * lib/logger.rb: trim tail space of each line. no user visible change. — Kouhei Sutou <kou@...>

須藤です.

10 messages 2004/03/27

[ruby-dev:23206] typo in lib/rss/rss.rb

From: Kazuhiro NISHIYAMA <zn@...>
Date: 2004-03-18 04:33:59 UTC
List: ruby-dev #23206
西山和広です。

rss/rss.rbをみていたらtypoっぽいところがありました。


diff -u -p -r1.3 rss.rb
--- lib/rss/rss.rb	13 Feb 2004 11:02:03 -0000	1.3
+++ lib/rss/rss.rb	18 Mar 2004 04:26:36 -0000
@@ -71,7 +71,7 @@ module RSS
 	class UnknownConversionMethodError < Error
 		attr_reader :to, :from
 		def initialize(to, from)
-			@to = from
+			@to = to
 			@from = from
 			super("can't convert to #{to} from #{from}.")
 		end
@@ -83,7 +83,7 @@ module RSS
 		attr_reader :string, :to, :from
 		def initialize(string, to, from)
 			@string = string
-			@to = from
+			@to = to
 			@from = from
 			super("can't convert #{@string} to #{to} from #{from}.")
 		end


-- 
|ZnZ(ゼット エヌ ゼット)
|西山和広(Kazuhiro NISHIYAMA)



In This Thread

Prev Next