# File lib/cloudfiles.rb, line 42
  def self.lines(str)
    (str.respond_to?(:lines) ? str.lines : str).to_a.map { |x| x.chomp }
  end