Class: Avm::FileFormats::SearchFormatter

Inherits:
Object
  • Object
show all
Includes:
EacFs::Traversable
Defined in:
lib/avm/file_formats/search_formatter.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
21
# File 'lib/avm/file_formats/search_formatter.rb', line 16

def run
  clear
  search_files
  apply
  show_results
end