Top Level Namespace

Defined in:

Method Summary

Macro Summary

Method Detail

def foo #

Dummy function to get Top Level Namespace to render

TODO Remove once this issue is resolved.


[View source]

Macro Detail

macro register_assertion(name, fields) #

Defines a custom assertion's annotation and registers with the ASSERTIONS constant.

register_assertion(Assert::MyCustom, [:value])

[View source]