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