List of Reserved Keywords and Names for OMF¶
Because the OMF Experiment Description Language (OEDL) is build on top of the Ruby language, the following list of words are reserved and cannot be used to name Experiment Properties:
- All words flagged as reserved in the Ruby languages, as listed on the Ruby Doc webpage
- All words that are used as method names for the Ruby Object class, as listed on the Object class API reference document