toResponse method

List<String> toResponse()

Implementation

List<String> toResponse() {
  return trimRight().split(Separator.TAB.char);
}