Class: YARD::Handlers::Ruby::MethodConditionHandler
Overview
Handles a conditional inside a method
Constant Summary
Constants included from CodeObjects
BUILTIN_ALL, BUILTIN_CLASSES, BUILTIN_EXCEPTIONS, BUILTIN_EXCEPTIONS_HASH, BUILTIN_MODULES, CONSTANTMATCH, CSEP, CSEPQ, ISEP, ISEPQ, METHODMATCH, METHODNAMEMATCH, NAMESPACEMATCH, NSEP, NSEPQ
Instance Method Summary (collapse)
-
- (Object) process
Main processing callback.
Methods inherited from Base
handles?, meta_type, method_call, #parse_block
Methods included from Parser::Ruby
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 |