I wanted to write a loop in Ruby, to show all numbers from 0 to 10: ... class Integer define_method '++' do self = self + 1 end end.
確定! 回上一頁