Sha256: ac989df7a9eae7927ed0a8fbf4bb6bed64d0da38640e1ccddc063cc8ddbb3e31
Contents?: true
Size: 215 Bytes
Versions: 10
Compression:
Stored size: 215 Bytes
Contents
class IncompatibleSuper def foo: () -> Integer def initialize: (name: String) -> any end class IncompatibleChild < IncompatibleSuper def initialize: () -> any def (incompatible) foo: (Object) -> String end
Version data entries
10 entries across 10 versions & 1 rubygems