lib/mangopay/json.rb in mangopay-3.0.25 vs lib/mangopay/json.rb in mangopay-3.0.26

- old
+ new

@@ -1,14 +1,14 @@ -# We can use MultiJson directly , why do we even have this module ? -module MangoPay - module JSON - class << self - def dump(*args) - MultiJson.dump(*args) - end - - def load(*args) - MultiJson.load(*args) - end - end - end -end +# We can use MultiJson directly , why do we even have this module ? +module MangoPay + module JSON + class << self + def dump(*args) + MultiJson.dump(*args) + end + + def load(*args) + MultiJson.load(*args) + end + end + end +end