# File lib/rubygems/gem_commands.rb, line 54
    def begins?(long, short)
      return false if short.nil?
      long[0, short.length] == short
    end