summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/patches/patch-ah')
-rw-r--r--lang/ruby18-base/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ruby18-base/patches/patch-ah b/lang/ruby18-base/patches/patch-ah
deleted file mode 100644
index 34541c9b69e..00000000000
--- a/lang/ruby18-base/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2006/08/02 07:02:44 taca Exp $
-
---- lib/yaml.rb.orig 2005-11-07 00:09:06.000000000 +0900
-+++ lib/yaml.rb
-@@ -310,7 +310,7 @@ module YAML
- #
- # Add a transfer method for a builtin type
- #
-- def YAML.add_ruby_type( type, &transfer_proc )
-+ def YAML.add_ruby_type( type_tag, &transfer_proc )
- resolver.add_type( "tag:ruby.yaml.org,2002:#{ type_tag }", transfer_proc )
- end
-