Sha256: e6fe6583d4e355b8c4b0e492ef1c13bfd05a7fc0cea4b85c201da549cb654cf4
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module LedgerSync class Serialization module Type class ValueType def convert(args = {}) value = args.fetch(:value) value end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.5 | lib/ledger_sync/serialization/type/value_type.rb |