ruby-reference-manual:178
From: sheepman <sheepman@s...>
Date: Wed, 1 Nov 2006 08:06:34 +0900
Subject: [ruby-reference-manual:178] lib/bitclust/entry.rb typo
こんにちは、sheepman です。
lib/bitclust/entry.rb のたぶん typo です。
Index: lib/bitclust/entry.rb
===================================================================
--- lib/bitclust/entry.rb (revision 623)
+++ lib/bitclust/entry.rb (working copy)
@@ -553,7 +553,7 @@
def instance_method?(name, inherit = true)
if inherit
- imap().key?(name)
+ _imap().key?(name)
else
instance_methods(false).detect {|m| m.name?(name) }
end
--
sheepman / TAMURA Takashi
sheepman@s...
--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/
-> 178 2006-11-01 00:06 [sheepman@s... ] lib/bitclust/entry.rb typo 182 2006-11-04 13:10 ┗[aamine@l... ]