# File lib/fpm/rubyfixes.rb, line 6
    def start_with?(str)
      return self[0 .. (str.length-1)] == str
    end