Sha256: 85bb0cdf823e5b0d37e8a5a8b82e50dec8a6fcc946fbfc7f50cc9f3fd1b292fb

Contents?: true

Size: 161 Bytes

Versions: 11

Compression:

Stored size: 161 Bytes

Contents

def foo
  yield
end

foo do
  raise
  "str"
rescue
  next 42
end

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.7.0 smoke/next2.rb
typeprof-0.6.1 smoke/next2.rb
typeprof-0.6.0 smoke/next2.rb
typeprof-0.5.4 smoke/next2.rb
typeprof-0.5.3 smoke/next2.rb
typeprof-0.5.2 smoke/next2.rb
typeprof-0.5.1 smoke/next2.rb
typeprof-0.5.0 smoke/next2.rb
typeprof-0.4.2 smoke/next2.rb
typeprof-0.4.1 smoke/next2.rb
typeprof-0.4.0 smoke/next2.rb