method

select

select(select)
public

No documentation available.

# File activerecord/lib/arel/insert_manager.rb, line 17
    def select(select)
      @ast.select = select
    end