mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unnecessary whitespace
This commit is contained in:
parent
8b178b3f48
commit
e7ba7c3b95
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ CODE
|
|||
These methods let you ask questions from templates and decide the flow based on the user’s answer. Lets say you want to freeze rails only if the user want to:
|
||||
|
||||
```ruby
|
||||
rake("rails:freeze:gems") if yes?("Freeze rails gems ?")
|
||||
rake("rails:freeze:gems") if yes?("Freeze rails gems?")
|
||||
# no?(question) acts just the opposite.
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue