# Integer sequence

No limit:

```ruby
1..Inf -> each {.say}
```
