Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ You can add as many variables as needed.
# Helpers

### invoke
Invokes another Rake task.
Invokes another Rake task. By default if the task has already been invoked it will not been executed again (see the `:reenable` option).

Invokes the task given in `task`. Returns nothing.

Expand All @@ -324,8 +324,8 @@ invoke :'git:clone'
invoke :restart
~~~

Options:
reenable (bool) - Execute the task even next time.
__Options:__
`:reenable` (bool) - Execute the task even next time. Defaults to `false`

### erb
Evaluates an ERB block in the current scope and returns a string.
Expand Down