Sapling: Dynamic local requires
This commit is contained in:
parent
b7cea51f7a
commit
4b930fb67b
1 changed files with 1 additions and 4 deletions
|
@ -3,10 +3,7 @@
|
|||
require 'optparse'
|
||||
require 'yaml'
|
||||
|
||||
require_relative 'sapling/dialogue'
|
||||
require_relative 'sapling/gardner'
|
||||
require_relative 'sapling/planter'
|
||||
require_relative 'sapling/utility'
|
||||
Dir[File.join(__dir__, 'lib', '*.rb')].each { |file| require file }
|
||||
|
||||
# Sapling is the main module for the program. From here, the rest of the world
|
||||
# starts building.
|
||||
|
|
Loading…
Reference in a new issue