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