Skip to content

Commit

Permalink
re #29 updated inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lowks committed Jan 29, 2015
1 parent 1964487 commit c804c22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/Radpath/directory.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ defmodule Radpath.Dirs do
## Arguments
- `path` path to show list of directories in bitstring
- `path` path to show list of directories in bitstring.
- `regex_dir` String regex of directory pattern to show in final output.
## Usage
iex(4)> Radpath.dirs("/home/lowks/src/elixir/radpath/lib")
iex(4)> Radpath.dirs("/home/lowks/src/elixir/radpath/lib", regex_dir)
iex(3)> Radpath.dirs(["/home/lowks/src/elixir/radpath/lib", "/home/lowks/src/elixir/radpath/_build"])
iex(3)> Radpath.dirs(["/home/lowks/src/elixir/radpath/lib", "/home/lowks/src/elixir/radpath/_build"], regex_dir)
"""

Expand Down

0 comments on commit c804c22

Please sign in to comment.