Sha256: f5aecbee6cd0593d6bfb0a0a1e12485e87e4fc3bd3121cc5084cfabafb6a63b0

Contents?: true

Size: 254 Bytes

Versions: 6

Compression:

Stored size: 254 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 : (untyped) -> nil
  def log3 : (Enumerator[Integer | Numeric]) -> nil
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typeprof-0.2.0 smoke/step.rb
typeprof-0.1.4 smoke/step.rb
typeprof-0.1.3 smoke/step.rb
typeprof-0.1.2 smoke/step.rb
typeprof-0.1.1 smoke/step.rb
typeprof-0.1.0 smoke/step.rb