Method: Command::Csv#execute

Defined in:
lib/command/csv.rb

#execute(argv) ⇒ Object



40
41
42
43
44
45
# File 'lib/command/csv.rb', line 40

def execute(argv)
  @mode = :output
  super

  self.__send__ @mode
end