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