Sha256: b84f3a19eaa1eb90d08bdf09ada82ce03c5505632bfd3a22794ec80cea3b7f8d

Contents?: true

Size: 264 Bytes

Versions: 11

Compression:

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/step.rb
typeprof-0.15.3 smoke/step.rb
typeprof-0.15.2 smoke/step.rb
typeprof-0.15.1 smoke/step.rb
typeprof-0.15.0 smoke/step.rb
typeprof-0.14.1 smoke/step.rb
typeprof-0.14.0 smoke/step.rb
typeprof-0.13.0 smoke/step.rb
typeprof-0.12.0 smoke/step.rb
typeprof-0.11.0 smoke/step.rb
typeprof-0.10.0 smoke/step.rb