diff options
Diffstat (limited to 'lib/rexml/syncenumerator.rb')
-rw-r--r-- | lib/rexml/syncenumerator.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rexml/syncenumerator.rb b/lib/rexml/syncenumerator.rb index 11609bdf3d..a9d2ad7f9c 100644 --- a/lib/rexml/syncenumerator.rb +++ b/lib/rexml/syncenumerator.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module REXML class SyncEnumerator include Enumerable |