diff options
Diffstat (limited to 'lib/axlsx/drawing/two_cell_anchor.rb')
| -rw-r--r-- | lib/axlsx/drawing/two_cell_anchor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/two_cell_anchor.rb b/lib/axlsx/drawing/two_cell_anchor.rb index bebfd28c..f017311b 100644 --- a/lib/axlsx/drawing/two_cell_anchor.rb +++ b/lib/axlsx/drawing/two_cell_anchor.rb @@ -35,7 +35,7 @@ module Axlsx def initialize(drawing, options = {}) @drawing = drawing drawing.anchors << self - @from, @to = Marker.new, Marker.new(:col => 5, :row => 10) + @from, @to = Marker.new, Marker.new(col: 5, row: 10) parse_options options # bit of a hack to work around the fact that the coords for start at and end at |
