Sha256: f63608ce5df00d7202fa86844efdc7f0b29a94b2d701eedfb98a75bb9fc0dea4

Contents?: true

Size: 147 Bytes

Versions: 11

Compression:

Stored size: 147 Bytes

Contents

def log(n)
end

log(
  begin
    1
  rescue
    "str"
  end
)

__END__
# Classes
class Object
  private
  def log: (Integer | String n) -> nil
end

Version data entries

11 entries across 11 versions & 1 rubygems

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