Sha256: df8368971349f2ba26aa74a813582ef6ba5610a3002268f1ef4e1cb8a597ca6a

Contents?: true

Size: 252 Bytes

Versions: 6

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

# Base processor must be loaded first as all others inherit from it
require 'ynab_convert/processors/processor'

# Load all known processors
Dir[File.join(__dir__, 'processors', '*.rb')].sort.each { |file| require file }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ynab_convert-2.0.6 lib/ynab_convert/processors.rb
ynab_convert-2.0.5 lib/ynab_convert/processors.rb
ynab_convert-2.0.4 lib/ynab_convert/processors.rb
ynab_convert-2.0.3 lib/ynab_convert/processors.rb
ynab_convert-2.0.1 lib/ynab_convert/processors.rb
ynab_convert-2.0.0 lib/ynab_convert/processors.rb