Class: Ehbrs::Tools::Runner::Fs::Selected

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/tools/runner/fs/selected.rb

Direct Known Subclasses

Music::Selected

Constant Summary collapse

DEFAULT_TRAVERSER_RECURSIVE =
true

Instance Method Summary collapse

Instance Method Details

#runObject



20
21
22
23
# File 'lib/ehbrs/tools/runner/fs/selected.rb', line 20

def run
  infov 'Recursive', traverser_recursive
  run_jobs :show, :build
end