Method: TableStructure::Iterator::HeaderOptions#initialize
- Defined in:
- lib/table_structure/iterator.rb
#initialize(options) ⇒ HeaderOptions
Returns a new instance of HeaderOptions.
9 10 11 12 13 14 15 16 17 |
# File 'lib/table_structure/iterator.rb', line 9 def initialize() @enabled = !! if .is_a?(Hash) @context = [:context] @step = [:step] end validate end |