Sha256: f88e814893369ea56a8841b3a3c539ac502e71575baa05f055ff0e6876de76ea

Contents?: true

Size: 129 Bytes

Versions: 19

Compression:

Stored size: 129 Bytes

Contents

class A
  @@var = :a
end

class B < A
  @@var = :b
end

__END__
# Classes
class A
  @@var : :a
end

class B < A
  @@var : :b
end

Version data entries

19 entries across 19 versions & 1 rubygems

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