如何在Ruby程序中创建保留字列表?

时间:2013-02-14 22:40:30

标签: ruby reserved-words

我知道我可以在网上浏览这些单词,但有没有办法让Ruby为我做这件事?你不必给我一个完整的程序,只是一些提示让我去做。提前谢谢。

2 个答案:

答案 0 :(得分:3)

好吧,你可以随时查看ruby的源代码:keywords

答案 1 :(得分:2)

你不能让Ruby为你做这件事。

然而,这是Dave Thomas的编程Ruby 1.9,实用程序员指南(也称为Pickaxe)的列表:

  

__FILE____LINE__,BEGIN,END,alias,and,begin,break,case,class,def,defined?,do,else,elsif,end,ensure,false,for, if,in module,next,nil,not,或redo,rescue,retry,return,self,super,then,true,undef,除非,until,when,while,yield