summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool/patches/patch-aa
blob: 451665c4653873bfcfe584e7a6d1020e26c4aaa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2001/07/01 00:00:03 taca Exp $

--- rd/rdvisitor.rb.orig	Tue May 22 02:37:12 2001
+++ rd/rdvisitor.rb
@@ -193,7 +193,7 @@
       indexes = []
       tree.each do |i|
 	if i.is_a?(MethodListItem)
-	  klass, kind, method, args = analize_method(i.term)
+	  klass, kind, method, args = analize_method(i.term.content)
 	  indexes.push([klass, kind2num(kind), method, kind]) if kind
 	end
       end