6 7 8
# File 'lib/prgm/commands/remove.rb', line 6 def execute PRGM::Models::Item.where(name: name).first.destroy end