Sha256: ac17b7b2818b6524a26a287334ae78f46fff040e15cac4bbdb0440abba5f0f97
Contents?: true
Size: 161 Bytes
Versions: 3
Compression:
Stored size: 161 Bytes
Contents
def foo(n) n.class end foo(1) foo("") __END__ # Classes class Object private def foo: (Integer | String) -> (singleton(Integer) | singleton(String)) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.9.2 | smoke/kernel-class.rb |
typeprof-0.9.1 | smoke/kernel-class.rb |
typeprof-0.9.0 | smoke/kernel-class.rb |