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