method
find_modifiers
v1_9_3_392 -
Show latest stable
-
0 notes -
Class: C
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180 (0)
- 1_9_3_125 (37)
- 1_9_3_392 (0)
- 2_1_10 (-38)
- 2_2_9 (0)
- 2_4_6
- 2_5_5
- 2_6_3
- What's this?
find_modifiers(comment, meth_obj)
public
Handles modifiers in comment and updates meth_obj as appropriate.
If :nodoc: is found, documentation on meth_obj is suppressed.
If :yields: is followed by an argument list it is used for the #block_params of meth_obj.
If the comment block contains a <tt>
call-seq: ARGF.readlines(sep=$/) -> array ARGF.readlines(limit) -> array ARGF.readlines(sep, limit) -> array ARGF.to_a(sep=$/) -> array ARGF.to_a(limit) -> array ARGF.to_a(sep, limit) -> array
it is used for the parameters of meth_obj.