# File lib/wikicloth/wiki_buffer.rb, line 128 def add_word(w) self.previous_char = w[-2,1] self.current_char = w[-1,1] @buffers[-1].data += w end