2013-02-14 29 views

回答

3

那麼,你可以隨時看看紅寶石的源代碼:keywords

2

你不能讓Ruby爲你做這個。

然而,這裏是從戴夫·托馬斯的編程Ruby 1.9的,Pragmatic Programmers的指南(也稱爲鎬)名單:

__FILE____LINE__,開始,結束,別名和,開始,break,case,class,def,defined,do,else,elsif,end,ensure,false,for,if,in module,next,nil,not,or redo,rescue,retry,return,self,super ,那麼,真的,undef,除非,直到,當,同時,產量

+0

下面是位於http://ruby-doc.com/docs/ProgrammingRuby/html/language.html名稱下的頁面。 – 2015-05-28 14:47:58

相關問題