class YARD::Tags::GroupDirective

@since 0.6.0
@see tag:!endgroup
def after_filter; end
def before_filter; end
# @!group Callbacks
@example
will not apply to methods in that class or module.
If a new class or module is opened after the directive, this directive
@note A group definition only applies to the scope it is defined in.
use {tag:!endgroup}.
and attributes into respective logical groups. To end a group listing
group name. The group listing is used by templates to organize methods
directive are placed into a group with the given description as the
Defines a group listing. All methods (and attributes) seen after this

def call

def call
  return unless handler
  handler.extra_state.group = tag.text
end