lib/arli/lock/formats/json.rb in arli-0.8.3 vs lib/arli/lock/formats/json.rb in arli-0.9.0
- old
+ new
@@ -2,9 +2,11 @@
module Arli
module Lock
module Formats
class Json < Base
+ extension :json
+
attr_accessor :hash
def header
self.hash = {}
nil