diff options
author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-18 20:44:54 +0000 |
---|---|---|
committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-18 20:44:54 +0000 |
commit | 6fd207250e6eeb0bfb0816206e6a9018d568465f (patch) | |
tree | 5170688b843af4f1bbc2a1cbb15e64827b8dc422 | |
parent | 58d3b674ff981faa0b142f5d8dfb02d8866fefdf (diff) | |
download | ruby-6fd207250e6eeb0bfb0816206e6a9018d568465f.tar.gz ruby-6fd207250e6eeb0bfb0816206e6a9018d568465f.tar.xz ruby-6fd207250e6eeb0bfb0816206e6a9018d568465f.zip |
* lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/yaml/rubytypes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/yaml/rubytypes.rb b/lib/yaml/rubytypes.rb index 47f591ea0..2a0c31d99 100644 --- a/lib/yaml/rubytypes.rb +++ b/lib/yaml/rubytypes.rb @@ -1,6 +1,5 @@ # -*- mode: ruby; ruby-indent-level: 4; tab-width: 4 -*- vim: sw=4 ts=4 require 'date' -require 'yaml/compat' # # Type conversions # |