Class: Avm::Tools::Runner::Source::Sub::Remove

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/source/sub/remove.rb

Instance Method Summary collapse

Instance Method Details

#runObject



13
14
15
16
# File 'lib/avm/tools/runner/source/sub/remove.rb', line 13

def run
  source_sub.remove
  success "Sub[#{source_sub.sub_path}] removed"
end