module Cuboid # Stores and provides access to the data of the system. # # @author Tasos "Zapotek" Laskos class Data # {Data} error namespace. # # All {Data} errors inherit from and live under it. # # @author Tasos "Zapotek" Laskos class Error < Cuboid::Error end require_relative 'data/application' class <