# File lib/thor/options.rb, line 19
      def values_at(*indices)
        indices.collect { |key| self[convert_key(key)] }
      end