Sha256: a90f36f4b0b39ab763ea1f0b552b29d62035c20a2b88cfaedb8083a5880aa4ca
Contents?: true
Size: 208 Bytes
Versions: 86
Compression:
Stored size: 208 Bytes
Contents
class IncompatibleSuper def foo: () -> Integer def initialize: (name: String) -> untyped end class IncompatibleChild < IncompatibleSuper def initialize: () -> untyped def foo: (Object) -> String end
Version data entries
86 entries across 86 versions & 1 rubygems