cipher v1.2.1 Cipher.Helpers

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

Summary

Functions

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

Macros

Spit to output any passed variable, with location information

Print to stdout a TODO message, with location information

Functions

env(key, default \\ nil)

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

env(app, key, default)

Macros

spit(obj \\ "", inspect_opts \\ [])

Spit to output any passed variable, with location information.

todo(msg \\ "")

Print to stdout a TODO message, with location information.