Sha256: 183067f2fa5770b32c1f18e6b2276ec7580e171d92f1a1892f644b8642932fb3

Contents?: true

Size: 228 Bytes

Versions: 5

Compression:

Stored size: 228 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-0.2.3.5 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.2.3.4 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.2.3.2 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.2.3.3 spec/handlers/examples/mixin_handler_001.rb.txt
yard-0.2.3 spec/handlers/examples/mixin_handler_001.rb.txt