Module: Sheet2hash::Options

Included in:
Workbook
Defined in:
lib/sheet2hash/options.rb

Overview

Sheet2hash::Options processes the options of Sheet2hash.

Author:

  • Wei-Ming Wu

Instance Method Summary collapse

Instance Method Details

#process_options(opts) ⇒ Object

Regulates options of Sheet2hash.



6
7
8
9
# File 'lib/sheet2hash/options.rb', line 6

def process_options opts
  regulate_options opts
  opts
end