# File lib/facets/core/string/lines.rb, line 8
  def lines
    self.split(/\n/)
  end