You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classFoo# Forwards any kind of argumentsdefbar(...)baz(...)end# Prints a string## @param string [String]defbaz(string)putsstringendend
The documentation generated with yard doc --one-file --no-private foo.rb does not contain bar, however, if another signature than (...) is used, it will show up normally:
Steps to reproduce
Given a source:
The documentation generated with
yard doc --one-file --no-private foo.rb
does not containbar
, however, if another signature than(...)
is used, it will show up normally:Environment details:
ruby -v
): 3.1.1yard -v
): 0.9.27I have read the Contributing Guide.
The text was updated successfully, but these errors were encountered: