# File lib/spreadsheet/format.rb, line 155 def font_outline=(val) val = 1 if val == true val = 0 if val == false @font_outline = val end