Sha256: 2ee51c520463b3a27d91e4ea1cb653a64429f84f2cbcd428e40dd822b10a1537
Contents?: true
Size: 152 Bytes
Versions: 4
Compression:
Stored size: 152 Bytes
Contents
def foo(n) n.class end foo(1) foo("") __END__ # Classes class Object def foo : (Integer | String) -> (singleton(Integer) | singleton(String)) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.7.0 | smoke/kernel-class.rb |
typeprof-0.6.1 | smoke/kernel-class.rb |
typeprof-0.6.0 | smoke/kernel-class.rb |
typeprof-0.5.4 | smoke/kernel-class.rb |