From cced56ef7c45d74fb1593e18f7137c144d8b8b44 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 30 Nov 2005 04:50:04 +0000 Subject: * misc/ruby-mode.el (ruby-expr-beg): support $! at the end of expression. [ruby-dev:27868] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/xmlrpc/datetime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xmlrpc') diff --git a/lib/xmlrpc/datetime.rb b/lib/xmlrpc/datetime.rb index 298263fe8a..f66ef8963a 100644 --- a/lib/xmlrpc/datetime.rb +++ b/lib/xmlrpc/datetime.rb @@ -127,7 +127,7 @@ class DateTime end def ==(o) - Array(self) == Array(o) + self.to_a == Array(o) rescue false end end -- cgit v1.2.3