Sha256: f9fadea80f02c8b3df98df7883ef7618c1f3c7570bf73db7cb40e5f62db61326

Contents?: true

Size: 146 Bytes

Versions: 11

Compression:

Stored size: 146 Bytes

Contents

def foo(a)
end

foo([:a, :b, :c])
foo([:a, :b])
foo([:a])

__END__
# Classes
class Object
  private
  def foo: (Array[:a | :b | :c] a) -> nil
end

Version data entries

11 entries across 11 versions & 1 rubygems

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