1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Forgot to save buffer.... sigh

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2003-12-24 04:24:29 +00:00
parent 52975bb7a7
commit f0346bd249
14 changed files with 1751 additions and 1340 deletions

View file

@ -527,6 +527,9 @@ module RDoc
attr_overridable :params, :param, :parameters, :parameter
attr_accessor :call_seq
include TokenStream
def initialize(text, name)
@ -540,6 +543,7 @@ module RDoc
@aliases = []
@is_alias_for = nil
@comment = ""
@call_seq = nil
end
def <=>(other)