Sha256: 0613d13b6087d753c9b3927698c6c20fd489c4cc96079a7dc306aefda9b09c57

Contents?: true

Size: 194 Bytes

Versions: 28

Compression:

Stored size: 194 Bytes

Contents

def bar
  yield
end

def foo
  x = 42
  bar do
    x = "STR"
  end
  x
end

foo

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

Version data entries

28 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/block6.rb
typeprof-0.20.0 smoke/demo10.rb
typeprof-0.15.3 smoke/demo10.rb
typeprof-0.15.3 smoke/block6.rb
typeprof-0.15.2 smoke/block6.rb
typeprof-0.15.2 smoke/demo10.rb
typeprof-0.15.1 smoke/demo10.rb
typeprof-0.15.1 smoke/block6.rb
typeprof-0.15.0 smoke/block6.rb
typeprof-0.15.0 smoke/demo10.rb
typeprof-0.14.1 smoke/block6.rb
typeprof-0.14.1 smoke/demo10.rb
typeprof-0.14.0 smoke/block6.rb
typeprof-0.14.0 smoke/demo10.rb
typeprof-0.13.0 smoke/block6.rb
typeprof-0.13.0 smoke/demo10.rb
typeprof-0.12.0 smoke/block6.rb
typeprof-0.12.0 smoke/demo10.rb
typeprof-0.11.0 smoke/block6.rb
typeprof-0.11.0 smoke/demo10.rb