Method: FileParser.make_hash
- Defined in:
- lib/codefusion/file_parser.rb
.make_hash(path, file, parent_dir) ⇒ Object
2 3 4 5 |
# File 'lib/codefusion/file_parser.rb', line 2 def self.make_hash(path, file, parent_dir) { folder_name: "", files: FileParser.return_file(path, file, parent_dir) } end |