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

Instance Method Summary collapse

Instance Method Details

#runObject



23
24
25
26
27
28
# File 'lib/ehbrs/tools/runner/fs/selected.rb', line 23

def run
  infov 'Root path', selected.root_path
  infov 'Filename', selected.filename
  infov 'Build directory', build_dir.if_present('-')
  run_jobs :show, :build
end