lib/appmap/swagger/configuration.rb in appmap-0.66.1 vs lib/appmap/swagger/configuration.rb in appmap-0.66.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'yaml'
module AppMap
module Swagger
class Configuration
- old
+ new