Ignoring overloads after the first in method comments · Issue #36 · soutaro/rbs-inline

Description When using #:: comments to express method overloads, everything after the first | is ignored. Steps to Reproduce Run rbs-inline on the following program: #:: (String) -> String | (Integ...