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