cassette v1.5.0 Cassette.Version

Elixir version conditional see version/2.

Link to this section Summary

Functions

Receives a condition just like Version.requirement(), tests if the current elixir version matches that condition and executes the do block or the else block otherwise

Link to this section Functions

Link to this macro version(condition, list) (macro)

Receives a condition just like Version.requirement(), tests if the current elixir version matches that condition and executes the do block or the else block otherwise.

The else block is optional and defaults to doing nothing.