Module: SafeExec
- Defined in:
- docs/000_a_root.rb
Overview
Module responsive of savely execute piece of code at the end of the whole script loading
Constant Summary collapse
- SAFE_CONSTANTS =
Safe constants to evaluate when everything is loaded
{}
- SAFE_CODE =
List of safe piece of code to execute
{}
Class Method Summary collapse
-
.load
Load the safe constants/codes and clear the hash.
Class Method Details
.load
Load the safe constants/codes and clear the hash
70 71 |
# File 'docs/000_a_root.rb', line 70 def load end |