Skip to content

Commit

Permalink
[Doc] Fix a typo s/evel/eval/
Browse files Browse the repository at this point in the history
  • Loading branch information
wonda-tea-coffee authored and ioquatix committed Apr 25, 2021
1 parent 4d5f15a commit e71bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/irb/irb.rd.ja
Expand Up @@ -381,7 +381,7 @@ rubyでは, 以下のプログラムはエラーになります.
パイルしてローカル変数を決定するからです. それに対し, irbは実行可能に
なる(式が閉じる)と自動的に評価しているからです. 上記の例では,

evel "foo = 0"
eval "foo = 0"

を行なった時点で評価を行ない, その時点で変数が定義されるため, 次式で
変数fooは定義されているからです.
Expand Down

0 comments on commit e71bc56

Please sign in to comment.