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
yard-0.8.7.2 spec/handlers/examples/mixin_handler_001.rb.txt
candlepin-api-0.4.0 bundle/ruby/gems/yard-0.8.7/spec/handlers/examples/mixin_handler_001.rb.txt
candlepin-api-0.4.0 bundle/ruby/1.8/gems/yard-0.8.7/spec/handlers/examples/mixin_handler_001.rb.txt
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/yard-0.8.7/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.7.1 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.7 spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0 vendor/bundle/gems/yard-0.8.6.1/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.6.2 spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0.beta3 vendor/bundle/gems/yard-0.8.6.1/spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0.beta3 vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0.beta3 vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/mixin_handler_001.rb.txt
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/yard-0.8.6.1/spec/handlers/examples/mixin_handler_001.rb.txt
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/yard-0.8.6.1/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.6.1 spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0.beta2 vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0.beta2 vendor/bundle/gems/yard-0.8.6/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.6 spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0.beta vendor/bundle/gems/yard-0.8.3/spec/handlers/examples/mixin_handler_001.rb.txt
challah-1.0.0.beta vendor/bundle/gems/yard-0.8.5.2/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.8.5.2 spec/handlers/examples/mixin_handler_001.rb.txt