# File lib/spreadsheet/font.rb, line 72
    def bold= bool
      self.weight = bool ? :bold : nil
    end