Sha256: ab62c1d01046cd37660bfc6293afa4ff887115dc48d0fc31a8f0fce54247a2d5
Contents?: true
Size: 242 Bytes
Versions: 6
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Transformers module Formatters # Example Formatter class Example < Formatter def initialize super({ date: [0], payee: [2], outflow: [3], inflow: [4] }) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems