Sha256: 2d4cbfb3d70a29ac2d7c270abe23a47a964ac1bbb4bb1749f16f56b661fd8ca3
Contents?: true
Size: 648 Bytes
Versions: 6
Compression:
Stored size: 648 Bytes
Contents
interface _ToI def to_i: -> Integer end interface _ToInt def to_int: -> Integer end interface _ToS def to_s: -> String end interface _ToStr def to_str: () -> String end interface _ToHash[K, V] def to_hash: () -> Hash[K, V] end interface _ToProc def to_proc: () -> untyped end interface _ToPath def to_path: () -> String end interface _Each[out A, out B] def each: { (A) -> void } -> B end interface _Exception def exception: () -> Exception | (String arg0) -> Exception end type int = Integer | _ToInt type real = Integer | Float | Rational type string = String | _ToStr type encoding = Encoding | string
Version data entries
6 entries across 6 versions & 1 rubygems