Sha256: 98711ad94a4601aa038ec34cef8c0cf04c470540989887a44b510b95e87faa84

Contents?: true

Size: 148 Bytes

Versions: 4

Compression:

Stored size: 148 Bytes

Contents

def foo
  yield
end

foo do
  raise
  "str"
rescue
  next 42
end

__END__
# Classes
class Object
  private
  def foo: { -> Integer } -> Integer
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/next2.rb
typeprof-0.15.3 smoke/next2.rb
typeprof-0.15.2 smoke/next2.rb
typeprof-0.15.1 smoke/next2.rb