diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-02 19:43:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-02 19:43:36 +0000 |
commit | 22aec74ca759143d61c52337c975acea5f1b6966 (patch) | |
tree | 130035de0e6489f0db886c9370fefa950e140e6c /textproc/ruby-rdtool/files/patch-rdvisitor.rb | |
parent | Update to version 1.3.3. (diff) |
Update to 0.6.11.
Notes
Notes:
svn path=/head/; revision=54144
Diffstat (limited to 'textproc/ruby-rdtool/files/patch-rdvisitor.rb')
-rw-r--r-- | textproc/ruby-rdtool/files/patch-rdvisitor.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/ruby-rdtool/files/patch-rdvisitor.rb b/textproc/ruby-rdtool/files/patch-rdvisitor.rb deleted file mode 100644 index 0162ab67d517..000000000000 --- a/textproc/ruby-rdtool/files/patch-rdvisitor.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- rd/rdvisitor.rb.orig Tue May 22 02:37:12 2001 -+++ rd/rdvisitor.rb Thu Jun 7 12:37:19 2001 -@@ -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 |