Skip to content

Commit

Permalink
List available macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevL committed Feb 21, 2015
1 parent 8006a9b commit b099f1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ iex(1)> h Guardsafe.divisible_by?
Expands divisible_by?(number, divisor) into rem(number, divisor) == 0
```

## Available macros

* `divisible_by?/2` - checks whether two integers are evenly divisible.

0 comments on commit b099f1c

Please sign in to comment.