extend_handler.rb

Path: lib/yard/handlers/ruby/legacy/extend_handler.rb
Last Update: Sun May 09 11:54:41 +0000 2010

`extend` works just like `include` except that it always mixes the module in in class scope, and that it can handle `extend self`.

[Validate]