class Ronn::RoffFilter

def write(text)

write text to output buffer
def write(text)
  @buf << text unless text.nil? || text.empty?
end