Sha256: f64fa84d688b94fb48a73cddadc1a5d72fdd3b050696369976e0d571078405fd

Contents?: true

Size: 201 Bytes

Versions: 12

Compression:

Stored size: 201 Bytes

Contents

if 1+1
  def foo
  end
  def bar
    foo
    42
  end
else
  def bar
    "str"
  end
end

bar

__END__
# Classes
class Object
  private
  def foo: -> nil
  def bar: -> Integer
         | -> String
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/method_in_branch.rb
typeprof-0.15.3 smoke/method_in_branch.rb
typeprof-0.15.2 smoke/method_in_branch.rb
typeprof-0.15.1 smoke/method_in_branch.rb
typeprof-0.15.0 smoke/method_in_branch.rb
typeprof-0.14.1 smoke/method_in_branch.rb
typeprof-0.14.0 smoke/method_in_branch.rb
typeprof-0.13.0 smoke/method_in_branch.rb
typeprof-0.12.0 smoke/method_in_branch.rb
typeprof-0.11.0 smoke/method_in_branch.rb
typeprof-0.10.0 smoke/method_in_branch.rb
typeprof-0.9.2 smoke/method_in_branch.rb