Sha256: 87b276f7ad95babcbc792a00d419b3ae040668386149779e0a8e7f02558f2d21

Contents?: true

Size: 177 Bytes

Versions: 18

Compression:

Stored size: 177 Bytes

Contents

def foo
  1.0 * rand
end

foo
2.0 * unknown

__END__
# Errors
smoke/typed_method.rb:6: [error] undefined method: Object#unknown

# Classes
class Object
  def foo : -> Float
end

Version data entries

18 entries across 18 versions & 1 rubygems

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