Class: Cue::Command::List

Inherits:
Base
  • Object
show all
Defined in:
lib/cue/command/list.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



7
8
9
# File 'lib/cue/command/list.rb', line 7

def execute
  options.store.each(&method(:puts))
end