# File lib/text/format.rb, line 149 149: def initialize(word, first, rest) 150: @word = word 151: @first = first 152: @rest = rest 153: end