diff options
Diffstat (limited to 'lib/psych/json/stream.rb')
-rw-r--r-- | lib/psych/json/stream.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/psych/json/stream.rb b/lib/psych/json/stream.rb index fe2a6e9..83b7e13 100644 --- a/lib/psych/json/stream.rb +++ b/lib/psych/json/stream.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/json/ruby_events' require 'psych/json/yaml_events' |