Sha256: cd0aedd2ffc0874295655e3d0da22ac950c5695e881d0fa5dc3376f385faef24

Contents?: true

Size: 164 Bytes

Versions: 7

Compression:

Stored size: 164 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

7 entries across 7 versions & 1 rubygems

Version Path
typeprof-0.3.0 smoke/next2.rb
typeprof-0.2.0 smoke/next2.rb
typeprof-0.1.4 smoke/next2.rb
typeprof-0.1.3 smoke/next2.rb
typeprof-0.1.2 smoke/next2.rb
typeprof-0.1.1 smoke/next2.rb
typeprof-0.1.0 smoke/next2.rb