Nrb.configure do |config|

# Root of the script folder
config.root = File.expand_path('..', __dir__)

# Default directories to autoload_paths
# config.autoload_paths = %w(<%= config[:resources].join(' ') %>)

end