# File lib/choices/rails.rb, line 35
      def respond_to?(method)
        super or method.to_s =~ /=$/ or (method.to_s =~ /\?$/ and @choices.key?($`))
      end