Class: Refocus::AspectsDeleteCommand

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/refocus/cli/aspects.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

#aspects, #refocus, #samples, #subjects

Instance Method Details

#executeObject



13
14
15
# File 'lib/refocus/cli/aspects.rb', line 13

def execute
  aspects.delete(name: aspect)
end