Class: CaTissue::CLI::Example

Inherits:
Command
  • Object
show all
Defined in:
lib/catissue/cli/example.rb

Instance Method Summary collapse

Constructor Details

#initializeExample

Returns a new instance of Example.



7
8
9
# File 'lib/catissue/cli/example.rb', line 7

def initialize
  super(SPECS) { |opts| list }
end