aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/matches.rb
blob: 4b9fd34ad117aae759bbcbed6381fd904430a967 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class Matches < Binary
    end
  end
end