Method: Extract::SheetDefinition#each_other

Defined in:
lib/extract/sheet_definition.rb

#each_otherObject



136
137
138
139
140
141
# File 'lib/extract/sheet_definition.rb', line 136

def each_other
  each_other_basic do |c|
    d = sheet.deps(c)
    yield c,cell_names[c],sheet[c],sheet.cells[c],d
  end
end