This commit is contained in:
Roman Pushkin 2019-01-07 21:35:24 -08:00
parent d07a05b2c9
commit bec0b80319
2 changed files with 3 additions and 1 deletions

View file

@ -90,7 +90,8 @@ Boom!
Well, of course you can do block with `do...end` and result will be the same:
```
{lang=ruby, line-numbers=off}
```ruby
puts "Launching missles..."
5.downto(0) do |i|
puts "#{i} seconds left"

View file

@ -9,3 +9,4 @@ Separator.txt
021.txt
Separator.txt
027.txt
028.txt