Class: YARD::Handlers::Ruby::ExtendHandler

Inherits:
MixinHandler show all
Defined in:
lib/yard/handlers/ruby/extend_handler.rb

Overview

Handles 'extend' call to include modules into the class scope of another

See Also:

Instance Method Summary collapse

Methods included from Parser::Ruby

#s

Instance Method Details

#scopeObject



8
# File 'lib/yard/handlers/ruby/extend_handler.rb', line 8

def scope; :class end