Sha256: a669d588a29181843e2efa986e43f5d0b4b6f3af93a6c793f0a7f8b82d2234c5
Contents?: true
Size: 197 Bytes
Versions: 12
Compression:
Stored size: 197 Bytes
Contents
type foo = String | Integer type bar<'a> = Array<'a> | foo type baz = [String, Symbol] type name = :foo | :bar class AliasMethodArg def foo: (name) -> Integer | (Symbol) -> String end
Version data entries
12 entries across 12 versions & 1 rubygems