Sha256: 5e88be59cfe253aa93e0f4fc66839ac3c1564a18d7f4765dbe7498be2f3dcbcd

Contents?: true

Size: 227 Bytes

Versions: 5

Compression:

Stored size: 227 Bytes

Contents

# I'm unsure how this is useful
# This test just checks if TypeProf raises no exception

class Foo < Struct
end

class Foo
  def initialize
    super
  end
end

__END__
# Classes
class Foo < Struct
  def initialize: -> Foo
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typeprof-0.11.0 smoke/struct7.rb
typeprof-0.10.0 smoke/struct7.rb
typeprof-0.9.2 smoke/struct7.rb
typeprof-0.9.1 smoke/struct7.rb
typeprof-0.9.0 smoke/struct7.rb