Linux安装:
apt-get install ruby
看官方推荐的:
http://www.ruby-lang.org/en/documentation/installation/#apt
Debian GNU/Linux and Ubuntu use the apt package manager. You can use it like this:
$ sudo a ...……
Today , I was glad to talk about ruby with a new friend . I think he is an expert of Python. And he said he still like Python better ,although he is studying Ruby. So , this is a good opportunity for……
array = (1..10).to_a
# 方法1
length = array.length
length.times do |t|
print amp;quot;#{array} amp;quot;
end
puts amp;quot;\namp;quot;
# 方法2
length = array.length-1
for i in 0..length do ...……
Disclaimer: Every time we've run a piece about benchmarking or performance numbers on Ruby Inside, a retraction or significant correction has come out shortly thereafter. Benchmarking is hard, ugly, a……