# File lib/spreadsheet/format.rb, line 142 def border=(style) [:bottom=, :top=, :right=, :left=].each do |writer| send writer, style end end