# File lib/text/format.rb, line 224 224: def right_margin=(r) 225: @right_margin = posint(r) 226: end