Method: Cure::Extraction#initialize

Defined in:
lib/cure/template/extraction.rb

#initializeExtraction

Returns a new instance of Extraction.



11
12
13
14
15
16
17
18
# File 'lib/cure/template/extraction.rb', line 11

def initialize
  @named_ranges = [{
    "name" => "default",
    "section" => -1
  }]

  @variables = []
end