summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-10 23:14:17 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-10 23:14:17 +0000
commit8440511363bdda64d6d1384662e5da0c0a9d0f96 (patch)
treea43e8b57d522c6353ac48d9ff44f6322dff93f97 /lib
parentea627f36b994ebe80d1603407f522307f959d229 (diff)
merge revision(s) r33265:
* lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/pstore.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb
index 020b028666..429d7e5c7d 100644
--- a/lib/pstore.rb
+++ b/lib/pstore.rb
@@ -437,6 +437,7 @@ class PStore
rescue
result = false
end
+ self.class.instance_method(:marshal_dump_supports_canonical_option?)
self.class.__send__(:define_method, :marshal_dump_supports_canonical_option?) do
result
end