lib/xmlss/element/row.rb in xmlss-1.0.0.rc.1 vs lib/xmlss/element/row.rb in xmlss-1.0.0.rc.2

- old
+ new

@@ -3,10 +3,9 @@ class Row def self.writer; :row; end attr_accessor :style_id, :height, :auto_fit_height, :hidden - alias_method :style_i_d, :style_id def initialize(attrs={}) self.style_id = attrs[:style_id] self.height = attrs[:height] self.auto_fit_height = attrs[:auto_fit_height] || false