Sha256: e379e568299ec0d2bffd926c2806a613dbb863b12e84a1e8e57aea116c1d4d9c

Contents?: true

Size: 170 Bytes

Versions: 10

Compression:

Stored size: 170 Bytes

Contents

def foo
  yield
end

foo do
  raise
  "str"
rescue
  next 42
end

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typeprof-0.15.0 smoke/next2.rb
typeprof-0.14.1 smoke/next2.rb
typeprof-0.14.0 smoke/next2.rb
typeprof-0.13.0 smoke/next2.rb
typeprof-0.12.0 smoke/next2.rb
typeprof-0.11.0 smoke/next2.rb
typeprof-0.10.0 smoke/next2.rb
typeprof-0.9.2 smoke/next2.rb
typeprof-0.9.1 smoke/next2.rb
typeprof-0.9.0 smoke/next2.rb