Sha256: 9c229edbd997d07a0b3c41a151544e6edc53cde096c275b2ce1553c2d539768c

Contents?: true

Size: 186 Bytes

Versions: 11

Compression:

Stored size: 186 Bytes

Contents

class Foo
end

class Bar
  include Foo
end

__END__
# Errors
smoke/wrong-include2.rb:5: [warning] attempted to include/extend non-module; ignored

# Classes
class Foo
end

class Bar
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/wrong-include2.rb
typeprof-0.15.3 smoke/wrong-include2.rb
typeprof-0.15.2 smoke/wrong-include2.rb
typeprof-0.15.1 smoke/wrong-include2.rb
typeprof-0.15.0 smoke/wrong-include2.rb
typeprof-0.14.1 smoke/wrong-include2.rb
typeprof-0.14.0 smoke/wrong-include2.rb
typeprof-0.13.0 smoke/wrong-include2.rb
typeprof-0.12.0 smoke/wrong-include2.rb
typeprof-0.11.0 smoke/wrong-include2.rb
typeprof-0.10.0 smoke/wrong-include2.rb