4 lines
105 B
Ruby
4 lines
105 B
Ruby
# frozen_string_literal: true
|
|
|
|
$LOAD_PATH << File.expand_path("lib", __dir__)
|
|
require "currency_patches"
|