Sha256: b15ca1caa0a8e3c125f5f54dd8631c7f8064eddb9dda07d71378e08d316df85d

Contents?: true

Size: 163 Bytes

Versions: 11

Compression:

Stored size: 163 Bytes

Contents

def log(x)
end

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

log(nil)

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

Version data entries

11 entries across 11 versions & 1 rubygems

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