Sha256: d1016f0bfc74da4313e07f3e3bdd1606510a9cad4529506c3f3afa2157d5096c

Contents?: true

Size: 251 Bytes

Versions: 12

Compression:

Stored size: 251 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
  def log1 : (Integer | Numeric) -> nil
  def log2 : (void) -> nil
  def log3 : (Enumerator[Integer | Numeric]) -> nil
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/step.rb
typeprof-0.6.1 smoke/step.rb
typeprof-0.6.0 smoke/step.rb
typeprof-0.5.4 smoke/step.rb
typeprof-0.5.3 smoke/step.rb
typeprof-0.5.2 smoke/step.rb
typeprof-0.5.1 smoke/step.rb
typeprof-0.5.0 smoke/step.rb
typeprof-0.4.2 smoke/step.rb
typeprof-0.4.1 smoke/step.rb
typeprof-0.4.0 smoke/step.rb
typeprof-0.3.0 smoke/step.rb