diff options
Diffstat (limited to 'lib/arel/nodes/matches.rb')
-rw-r--r-- | lib/arel/nodes/matches.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/nodes/matches.rb b/lib/arel/nodes/matches.rb index 0d9c1925dc..3ad3850a8e 100644 --- a/lib/arel/nodes/matches.rb +++ b/lib/arel/nodes/matches.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true module Arel module Nodes class Matches < Binary |