From 3a1c0be67fac516822d83c1fe628a32c7782a4a8 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sun, 11 Apr 2010 19:05:53 +0000 Subject: * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwards compatibility. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/lib/psych/deprecated.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/psych/lib/psych/deprecated.rb b/ext/psych/lib/psych/deprecated.rb index 5a96e91154..c0c9abef7a 100644 --- a/ext/psych/lib/psych/deprecated.rb +++ b/ext/psych/lib/psych/deprecated.rb @@ -1,3 +1,5 @@ +require 'date' + module Psych module DeprecatedMethods # :nodoc: attr_accessor :taguri -- cgit v1.2.3