Module: Inform::RuntimeConstants

Included in:
Runtime, RuntimeInstanceMethods
Defined in:
lib/runtime/runtime.rb

Overview

The RuntimeConstants module

Constant Summary collapse

UndefinedMainPattern =
%r{undefined method 'Main' for an instance of Object}.freeze
Registry =
Class.new(Hash)
LibraryRegistry =
Registry.new