cipher v1.4.0 Cipher.Helpers View Source

require Cipher.Helpers, as: H # the cool way

Link to this section Summary

Functions

Convenience to get environment bits. Avoid all that repetitive Application.get_env( :myapp, :blah, :blah) noise

Spit to output any passed variable, with location information

Print to stdout a TODO message, with location information

Link to this section Functions

Link to this function env(key, default \\ nil) View Source

Convenience to get environment bits. Avoid all that repetitive Application.get_env( :myapp, :blah, :blah) noise.

Link to this macro spit(obj \\ "", inspect_opts \\ []) View Source (macro)

Spit to output any passed variable, with location information.

Link to this macro todo(msg \\ "") View Source (macro)

Print to stdout a TODO message, with location information.