Flowdock
method

find_modifiers

Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Class: C
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.

Show source
Register or log in to add new notes.