Sha256: 45e9d7dee264a1d5a5b31c60d9f72d5969498f63fc21f227ecdd9360caa0dea2

Contents?: true

Size: 145 Bytes

Versions: 18

Compression:

Stored size: 145 Bytes

Contents

def foo
  1.times do |n|
    raise
  rescue
    break "str"
  end
end

foo

__END__
# Classes
class Object
  def foo : -> (Integer | String)
end

Version data entries

18 entries across 18 versions & 1 rubygems

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