1
0
Fork 0
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:
Marc Siegel 2012-11-27 08:09:44 -05:00
parent 2cf63a6e46
commit ebb7637c7c

View file

@ -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)