Auto-commenting of methods doesn't handle multiple lines
wagenet opened this issue · 0 comments
wagenet commented
Example:
class AppResource
# def assign: (untyped apps, untyped collaborators) -> untyped
| (untyped apps, untyped collaborators) -> untyped
| (untyped apps, untyped invitations) -> untyped
end
The comment needs to be extended onto the wrapped lines