# File lib/sass/tree/visitors/to_css.rb, line 54
  def ends_with?(str)
    @result.end_with?(str)
  end