Class: ExcelXml::Cell

Inherits:
Object
  • Object
show all
Includes:
HappyMapper
Defined in:
lib/excelxml/cell.rb

Instance Method Summary collapse

Instance Method Details

#merge_acrossObject



17
18
19
# File 'lib/excelxml/cell.rb', line 17

def merge_across
  orig_merge_across || 0
end

#merge_downObject



14
15
16
# File 'lib/excelxml/cell.rb', line 14

def merge_down
  orig_merge_down || 0
end

#orig_merge_acrossObject



13
# File 'lib/excelxml/cell.rb', line 13

alias_method :orig_merge_across, :merge_across

#orig_merge_downObject



12
# File 'lib/excelxml/cell.rb', line 12

alias_method :orig_merge_down, :merge_down