# File text/format.rb, line 303

303:     def hyphenator=(h)

304:       raise ArgumentError, "#{h.inspect} is not a valid hyphenator." unless

305:         h.respond_to?(:hyphenate_to)

306:       @hyphenator = h

307:     end