# File lib/tracelines.rb, line 26
  def lnums_for_str_array(string_array, newline='')
    lnums_for_str(string_array.join(newline))
  end