Sha256: 5ce82851bbac03146ede65323e7aa3bb464935d09c8da13c931a53c3718382eb

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true

require 'ledger_sync'

module LedgerSync
  module Stripe
    def self.root(*paths)
      File.join(File.expand_path('../..', __dir__), *paths.map(&:to_s))
    end
  end
end

require_relative 'stripe/config'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ledger_sync-stripe-0.1.0 lib/ledger_sync/stripe.rb