Top Level Namespace

Defined in:

Macro Summary

Macro Detail

macro defined?(const) #

This macro accepts a string or a symbol of a fully qualified constant name. It validates whether the constant is defined, starting at the top level. The value of the constant will be returned if it is defined. If it is not defined, false is returned.


[View source]
macro if_defined?(const, &code) #

[View source]
macro unless_defined?(const, &code) #

[View source]