Sha256: 811e9881aba5745c3e3020292bfd3e344241149c1a81a8ac7bfba1b590b4157c

Contents?: true

Size: 212 Bytes

Versions: 11

Compression:

Stored size: 212 Bytes

Contents

module Foo
  Module.new do
    include Foo
    extend Foo
  end
end

Foo.foo
__END__
# Errors
smoke/module5.rb:8: [error] undefined method: singleton(Foo)#foo

# Classes
module Foo
  extend Foo
  include Foo
end

Version data entries

11 entries across 11 versions & 1 rubygems

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