377 <div align="right"><a href="#top">Up</a></div> |
377 <div align="right"><a href="#top">Up</a></div> |
378 <hr /> |
378 <hr /> |
379 <hr /> |
379 <hr /> |
380 <a NAME="readmodule_ex" ID="readmodule_ex"></a> |
380 <a NAME="readmodule_ex" ID="readmodule_ex"></a> |
381 <h2>readmodule_ex</h2> |
381 <h2>readmodule_ex</h2> |
382 <b>readmodule_ex</b>(<i>module, path=None, isTypeFile=False</i>) |
382 <b>readmodule_ex</b>(<i>module, searchPath=None, isTypeFile=False</i>) |
383 <p> |
383 <p> |
384 Read a Ruby file and return a dictionary of classes, functions and modules. |
384 Read a Ruby file and return a dictionary of classes, functions and modules. |
385 </p> |
385 </p> |
386 |
386 |
387 <dl> |
387 <dl> |
388 |
388 |
389 <dt><i>module</i> (str)</dt> |
389 <dt><i>module</i> (str)</dt> |
390 <dd> |
390 <dd> |
391 name of the Ruby file |
391 name of the Ruby file |
392 </dd> |
392 </dd> |
393 <dt><i>path</i> (list of str)</dt> |
393 <dt><i>searchPath</i> (list of str)</dt> |
394 <dd> |
394 <dd> |
395 path the file should be searched in |
395 path the file should be searched in |
396 </dd> |
396 </dd> |
397 <dt><i>isTypeFile</i> (bool)</dt> |
397 <dt><i>isTypeFile</i> (bool)</dt> |
398 <dd> |
398 <dd> |