method
parse_yield
v1_8_7_330 -
Show latest stable
- Class:
RDoc::RubyParser
parse_yield(context, single, tk, method)private
No documentation available.
# File lib/rdoc/parsers/parse_rb.rb, line 2399
def parse_yield(context, single, tk, method)
if method.block_params.nil?
get_tkread
@scanner.instance_eval{@continue = false}
method.block_params = parse_yield_parameters
end
end