Class: BinderCore::FolderParser

Inherits:
Parser
  • Object
show all
Defined in:
lib/binder_core/parsers/folder_parser.rb

Instance Method Summary collapse

Methods inherited from Parser

#add, #console, #descend, #file, #initialize, #key, #key=, #new_asset, #params

Constructor Details

This class inherits a constructor from BinderCore::Parser

Instance Method Details

#parseObject



3
4
5
6
# File 'lib/binder_core/parsers/folder_parser.rb', line 3

def parse
  contence = descend
  add contence unless contence.empty?
end