# File lib/core/facets/string/start_with.rb, line 27
    def end_with?(suffix)
      self.rindex(suffix) == size - suffix.size
    end