markdown Ruby编程技巧

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Ruby编程技巧相关的知识,希望对你有一定的参考价值。

## Start up IRB with a file loaded initially
* `irb -r ./your_file.rb`
---
### Negative and Positive Infinity in Ruby
```ruby
neg_inf = -1.0 / 0
pos_inf = 1.0 / 0
```
---
### Reverse Iteration (no .reverse, no while loop)
```ruby
10.downto(0) do|index|
  puts index
end

```

以上是关于markdown Ruby编程技巧的主要内容,如果未能解决你的问题,请参考以下文章

更好的 ruby​​ markdown 解释器?

markdown [rails:devise] Ruby on Rails的身份验证gem。 #ruby #rails

markdown 在Ruby中进行GET请求

markdown Ruby on Rails Cheatsheet

markdown Ruby Cheatsheet

markdown Ruby指南