mirror of
https://github.com/ro31337/rubyisforfun
synced 2024-11-16 19:50:09 +01:00
Save
This commit is contained in:
parent
d07a05b2c9
commit
bec0b80319
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -9,3 +9,4 @@ Separator.txt
|
|||
021.txt
|
||||
Separator.txt
|
||||
027.txt
|
||||
028.txt
|
||||
|
|
Loading…
Reference in a new issue