Sha256: 1d2131f5002076a9e6327f873389b3366079877b69195148f6ab66c719abfbd1

Contents?: true

Size: 152 Bytes

Versions: 18

Compression:

Stored size: 152 Bytes

Contents

def log(x)
end

[1, "str", :sym].each do |x|
  log(x)
end

log(nil)

__END__
# Classes
class Object
  def log : ((:sym | Integer | String)?) -> nil
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/array-each.rb
typeprof-0.6.1 smoke/array-each.rb
typeprof-0.6.0 smoke/array-each.rb
typeprof-0.5.4 smoke/array-each.rb
typeprof-0.5.3 smoke/array-each.rb
typeprof-0.5.2 smoke/array-each.rb
typeprof-0.5.1 smoke/array-each.rb
typeprof-0.5.0 smoke/array-each.rb
typeprof-0.4.2 smoke/array-each.rb
typeprof-0.4.1 smoke/array-each.rb
typeprof-0.4.0 smoke/array-each.rb
typeprof-0.3.0 smoke/array-each.rb
typeprof-0.2.0 smoke/array-each.rb
typeprof-0.1.4 smoke/array-each.rb
typeprof-0.1.3 smoke/array-each.rb
typeprof-0.1.2 smoke/array-each.rb
typeprof-0.1.1 smoke/array-each.rb
typeprof-0.1.0 smoke/array-each.rb