normalized_file_list

normalized_file_list(relative_files, force_doc = false, exclude_pattern = nil)
Instance Public methods

Given a list of files and directories, create a list of all the Ruby files they contain.

If force_doc is true we always add the given files, if false, only add files that we guarantee we can parse. It is true when looking at files given on the command line, false when recursing through subdirectories.

The effect of this is that if you want a file with a non-standard extension parsed, you must name it explicitly.

doc_ruby_on_rails
2015-05-04 00:21:39
Comments
Leave a Comment

Please login to continue.