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