# File lib/magic.rb, line 63
    def guess_string_mime_type(string, *args)
      guess(*args.unshift(:mime_type)) { |db| db.buffer(string) }
    end