class PDF::Reader::TextReceiver

def move_to_next_line_and_show_text (string)

PDF operator '
###############################################################################
def move_to_next_line_and_show_text (string)
  move_to_start_of_next_line
  show_text(string)
end