Top Level Namespace

Defined Under Namespace

Modules: ObjectOrientedBeagleboneBlack

Constant Summary collapse

OBJECT_ORIENTED_BEAGLEBONE_BLACK_ROOT =
File.expand_path('..', __dir__)
OBJECT_ORIENTED_BEAGLEBONE_BLACK_CONFIG =
YAML.load(ERB.new(File.read(File.join(OBJECT_ORIENTED_BEAGLEBONE_BLACK_ROOT, "config", "environments", "#{ENV["OBJECT_ORIENTED_BEAGLEBONE_BLACK_ENV"]}.yml"))).result)