Sha256: 87e0d28ae9e2513d9ed6029a1e0bf2804c617e5ae628b4ca0a796b4c7f0f87e6

Contents?: true

Size: 194 Bytes

Versions: 14

Compression:

Stored size: 194 Bytes

Contents

def foo
  case
  when *[]
    return 1
  when false
    return 1.0
  when rand < 0.5
    return "str"
  end
end

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

Version data entries

14 entries across 14 versions & 1 rubygems

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