Hi All,
Could it be possible to have documentation comments for the rdoc inside
a method definition as:
Traditional:
comment 1
comment 2
def foo(*args)
…
end
what I would like:
def foo(*args)
comment 1
comment 2
…
end
And still appear in the rdoc document?
Is this a silly question?
Regards,
Eduardo