Sha256: 8efa3faa26789369bb24458a81010ff917b1f68650e354f6ea1883a3a7ff37b9

Contents?: true

Size: 181 Bytes

Versions: 4

Compression:

Stored size: 181 Bytes

Contents

module A; end
module B
  extend A
end

module C
  extend self
end

module Q
  module R
    module S
      extend A
    end
  end
end

module FromConstant; end
FromConstant.extend A

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yard-0.9.24 spec/handlers/examples/extend_handler_001.rb.txt
yard-0.9.23 spec/handlers/examples/extend_handler_001.rb.txt
yard-0.9.22 spec/handlers/examples/extend_handler_001.rb.txt
yard-0.9.21 spec/handlers/examples/extend_handler_001.rb.txt