Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v6.0.0) is shown here.
new(inner_visitor, *args, &block)
public
No documentation available.
# File activerecord/lib/arel/visitors/where_sql.rb, line 6
def initialize(inner_visitor, *args, &block)
@inner_visitor = inner_visitor
super(*args, &block)
end