Sha256: 1d32eb56d9a2a976ba02577166fd24978917261eedc94e5f0cc52ea84ed03b9d
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 Bytes
Contents
def log1(x) end def log2(x) end def log3(x) end log2(1.step(5) {|n| log1(n) }) log3(1.step(5)) __END__ # Classes class Object private def log1: (Integer | Numeric) -> nil def log2: (void) -> nil def log3: (Enumerator[Integer | Numeric]) -> nil end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.9.2 | smoke/step.rb |
typeprof-0.9.1 | smoke/step.rb |
typeprof-0.9.0 | smoke/step.rb |