| Class | YARD::Handlers::Ruby::ExtendHandler |
| In: |
lib/yard/handlers/ruby/extend_handler.rb
|
| Parent: | YARD::Handlers::Ruby::MixinHandler |
`extend` works just like `include` except that it always mixes the module in in class scope, and that it can handle `extend self`.