Sha256: d95d6d0a690c2394099190a57b6f4c7c1c60100edb5b09b3645fc4c9c48dca8d

Contents?: true

Size: 208 Bytes

Versions: 18

Compression:

Stored size: 208 Bytes

Contents

def bar(n)
  n
end

def foo
  yield 42
end

foo do |x|
  bar(x)
  next "str"
  no_method
end

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

Version data entries

18 entries across 18 versions & 1 rubygems

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