diff options
Diffstat (limited to 'lib/psych/visitors/depth_first.rb')
-rw-r--r-- | lib/psych/visitors/depth_first.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/psych/visitors/depth_first.rb b/lib/psych/visitors/depth_first.rb index c6eb814..2d74a21 100644 --- a/lib/psych/visitors/depth_first.rb +++ b/lib/psych/visitors/depth_first.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Visitors class DepthFirst < Psych::Visitors::Visitor |