diff options
Diffstat (limited to 'lib/arel/nodes/matches.rb')
-rw-r--r-- | lib/arel/nodes/matches.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/arel/nodes/matches.rb b/lib/arel/nodes/matches.rb deleted file mode 100644 index 5ef8ac8302..0000000000 --- a/lib/arel/nodes/matches.rb +++ /dev/null @@ -1,6 +0,0 @@ -module Arel - module Nodes - class Matches < Arel::Nodes::Binary - end - end -end |