mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
fix error in README.md
This commit is contained in:
parent
2cf63a6e46
commit
ebb7637c7c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ end
|
|||
# => [1, 3]
|
||||
```
|
||||
|
||||
No problem, just define the method `make_array` like this:
|
||||
No problem, just define the method `with_array` like this:
|
||||
``` ruby
|
||||
def with_array(arr=[], &block)
|
||||
Docile.dsl_eval(arr, &block)
|
||||
|
|
Loading…
Reference in a new issue