Kamuycikap - SentenceDataBase

日々の勉強の記録を気分で書き綴るブログ

キーワードと識別子

Rubyのキーワード(予約語)は通常、他の目的には利用できない。
キーワードは次の通り

BEGIN   END   alias   and   begin
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
then    true  undef   unless until
when    while yield

contentsへ