From 3dbc51f667ea2fd9bc2024aacd0abf26ca4a57ba Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 3 Jul 2008 11:14:50 +0000 Subject: merge revision(s) 17396: * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search public methods only. [ruby-core:17283] * object.c (convert_type): ditto. * lib/singleton.rb (Singleton#_dump): conversion method should be public. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/singleton.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/singleton.rb b/lib/singleton.rb index 943f7ca57b..592d33c063 100644 --- a/lib/singleton.rb +++ b/lib/singleton.rb @@ -71,7 +71,6 @@ module Singleton raise TypeError, "can't dup instance of singleton #{self.class}" end - private # default marshalling strategy def _dump(depth=-1) '' -- cgit v1.2.3