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