Sha256: 9ca1d607a0dbfbedf4ebb2adb94102736db1853d23b814d72ae337f418115d72

Contents?: true

Size: 186 Bytes

Versions: 14

Compression:

Stored size: 186 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
  private
  def foo: -> Float
end

Version data entries

14 entries across 14 versions & 1 rubygems

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