Sha256: d71a93d19145b7d3f5540328d9229c9847d279d49c748aff50434b052a89d82d

Contents?: true

Size: 127 Bytes

Versions: 18

Compression:

Stored size: 127 Bytes

Contents

def foo
  a = [1]
  -> do
    a[0] = "str"
  end.call
  a
end

foo
__END__
# Classes
class Object
  def foo : -> [Integer]
end

Version data entries

18 entries across 18 versions & 1 rubygems

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