# File lib/thinking_sphinx/index/faux_column.rb, line 13
      def initialize(*stack)
        @name  = stack.pop
        @stack = stack
      end