lib/aitch/engines/json.rb in aitch-1.0.2 vs lib/aitch/engines/json.rb in aitch-1.1.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Aitch module Engines module JSON def self.load(data) data && ::JSON.parse(data)