Sha256: b747a911f4c30c177098c4e8c12b80299206d9e7e0fac472e10b3a528c4b0afe

Contents?: true

Size: 401 Bytes

Versions: 93

Compression:

Stored size: 401 Bytes

Contents

module A; end
module B;
  module C; end
  module D; end
end

QQQ = B::D

class X
  include A
  include B, B::C, NOTEXIST
end

module Y
  include B::C, B if X == 2
  include A
  include QQQ

  class << self; include A; end
end

module Z
  include A, B
end

module ABC
  module FOO; end
  module DEF
    module FOO
      include ABC::FOO
    end

    module BAR
      include ABC::BAR
    end
  end
end

Version data entries

93 entries across 74 versions & 10 rubygems

Version Path
challah-0.7.0 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.7.0.pre2 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.7.0.pre vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.6.2 vendor/bundle/gems/yard-0.8.2/spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.6.2 vendor/bundle/gems/yard-0.8.1/spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.6.2 vendor/bundle/gems/yard-0.8.2.1/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.2.1 spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.6.1 vendor/bundle/gems/yard-0.8.1/spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.6.1 vendor/bundle/gems/yard-0.8.2/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.2 spec/handlers/examples/mixin_handler_001.rb.txt
challah-0.6.0 vendor/bundle/gems/yard-0.8.1/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.1 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.0 spec/handlers/examples/mixin_handler_001.rb.txt