danmcclain/postgres_ext

View on GitHub
lib/postgres_ext/arel/4.1/visitors/depth_first.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'arel/visitors/depth_first'

module Arel
  module Visitors
    class DepthFirst
      alias :visit_IPAddr :terminal
    end
  end
end