Sha256: a720b858a045bac0ce79b59e44c9c35c43a93a4d552fd07266d7fb02f01f9a49

Contents?: true

Size: 175 Bytes

Versions: 18

Compression:

Stored size: 175 Bytes

Contents

def foo
  yield 42
end

def bar
  foo do |n|
    break n.to_s
  end
end

bar

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

Version data entries

18 entries across 18 versions & 1 rubygems

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