Sha256: f7f1911355a29e0e15bce5904fe2430485b5b529703600c2133b7b2d03888822

Contents?: true

Size: 148 Bytes

Versions: 4

Compression:

Stored size: 148 Bytes

Contents

# frozen_string_literal: true

class Dotcrypt::Serializers::JSON < Dotcrypt::Serializers::Serializer
  def call = JSON.pretty_generate(@config)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dotcrypt-0.2.0 lib/dotcrypt/serializers/json.rb
dotcrypt-0.1.3 lib/dotcrypt/serializers/json.rb
dotcrypt-0.1.2 lib/dotcrypt/serializers/json.rb
dotcrypt-0.1.0 lib/dotcrypt/serializers/json.rb