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