# File lib/thinking_sphinx/active_record/column.rb, line 4
  def initialize(*stack)
    @stack = stack
    @name  = stack.pop
  end