13
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ruby 予約語

Posted at

意味を持っているので変数としては使えない

LINE

alias
class
elsif
if
not
return
nndef
yield

##ENCODING
and
def
end
in
or
self
unless

##FILE
begin
defined?
ensure
module
redo
super
until

#BEGIN
break
do
false
next
rescure
then
when

##END
case
else
for
nil
retry
true
while

13
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?