# File lib/rubygems/commands/unpack_command.rb, line 7
      def initialize
        super(
          'unpack',
          'Unpack an installed gem to the current directory',
          { :version => '> 0' }
        )
        add_version_option('unpack')
      end