# File lib/core/facets/string/start_with.rb, line 12
    def start_with?(prefix)
      self.index(prefix) == 0
    end