Class: YARD::Handlers::Ruby::MethodConditionHandler

Inherits:
Base
  • Object
show all
Defined in:
lib/yard/handlers/ruby/method_condition_handler.rb

Overview

Handles a conditional inside a method

Constant Summary

Instance Attribute Summary

Attributes inherited from Base

#namespace, #owner, #parser, #scope, #statement, #visibility

Instance Method Summary (collapse)

Methods inherited from Base

handles?, meta_type, method_call, #parse_block

Methods included from Parser::Ruby

#s

Methods inherited from Base

clear_subclasses, #ensure_loaded!, handlers, handles, handles?, #initialize, namespace_only, namespace_only?, #parse_block, process, #push_state, #register, subclasses

Constructor Details

This class inherits a constructor from YARD::Handlers::Base

Instance Method Details

- (Object) process

Main processing callback



5
6
7
# File 'lib/yard/handlers/ruby/method_condition_handler.rb', line 5

process do
  parse_block(statement.then_block, owner: owner)
end