summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-03 11:14:50 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-03 11:14:50 +0000
commit3dbc51f667ea2fd9bc2024aacd0abf26ca4a57ba (patch)
tree40dc8438f8c116f44b67a6e91700f12565afbff5 /lib
parent5fc213b366d6536601fc4b94cfefc50c32378dc0 (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/singleton.rb1
1 files changed, 0 insertions, 1 deletions
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)
''