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