RobertDober/lab42_core

View on GitHub
lib/lab42/core/console_tools.rb

Summary

Maintainability
A
0 mins
Test Coverage
# No Namespaces Here

require_relative '../core'
require_relative 'fn'
require_relative 'b'

Dir.glob File.expand_local_path{ %w{console_tools ** *.rb} }, &Kernel.fn.require
# SPDX-License-Identifier: Apache-2.0