Class: Cue::Command::Clear

Inherits:
Base
  • Object
show all
Defined in:
lib/cue/command/clear.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#find_item, #find_key, #initialize, #nargs, #parser

Constructor Details

This class inherits a constructor from Cue::Command::Base

Instance Method Details

#executeObject



6
7
8
# File 'lib/cue/command/clear.rb', line 6

def execute
  options.store.clear
end