method

initialize_copy

initialize_copy(other)
public

No documentation available.

# File activerecord/lib/arel/select_manager.rb, line 16
    def initialize_copy(other)
      super
      @ctx = @ast.cores.last
    end