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



20
21
22
23
24
25
# File 'lib/avm/file_formats/search_formatter.rb', line 20

def run
  clear
  search_files
  apply
  show_results
end