Method: Sheet#initialize

Defined in:
lib/sheet.rb

#initialize(*args) ⇒ Sheet

Creates a new instance of Sheet, usually followed by a call to #process

Parameters:

  • args (Array)

    command line options



96
97
98
# File 'lib/sheet.rb', line 96

def initialize(*args)
  @args = args.flatten
end