Sha256: 589457bff9fee17266fdd5523f2c403e9d204950fd08999d2d65fbd9ea651473

Contents?: true

Size: 204 Bytes

Versions: 14

Compression:

Stored size: 204 Bytes

Contents

Foo = Class.new
Foo::Bar = 1
Foo.extend(Enumerable)
Foo.include(Enumerable)
class Foo::Baz
end
Foo.send(:private, :foo)

# XXX: should be supported better

__END__
# Classes
class Object
  Foo: Class
end

Version data entries

14 entries across 14 versions & 1 rubygems

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