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.9.20 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.19 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.16 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.15 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.14 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.13 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.12 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.11 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.10 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.9 spec/handlers/examples/mixin_handler_001.rb.txt
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.4.0/gems/yard-0.9.8/spec/handlers/examples/mixin_handler_001.rb.txt
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.2.0/gems/yard-0.9.8/spec/handlers/examples/mixin_handler_001.rb.txt
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/yard-0.9.8/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.8 spec/handlers/examples/mixin_handler_001.rb.txt
abaci-0.3.0 vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/mixin_handler_001.rb.txt
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/mixin_handler_001.rb.txt
abaci-0.3.0 vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.7 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.6 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.9.5 spec/handlers/examples/mixin_handler_001.rb.txt