Class virtual Rascl.ConfigObject.root_config


class virtual root_config : string list -> string -> Rascl.Dict.t -> Rascl.Dict.t -> object .. end
Inherits
method load : unit -> unit
Load (or reload) the configuration files specified when the object was created. I/O or permission errors are not handled.
method dump : unit
Print a textual representation of the object. Primarily useful for debugging.