зеркало из https://github.com/github/ruby.git
[Bug #20087] [DOC] Uninitialized instance variable is not warned now
This commit is contained in:
Родитель
550a49c913
Коммит
c452fe17ac
|
@ -162,9 +162,7 @@ Here is an example of instance variable usage:
|
|||
p object1.value # prints "some value"
|
||||
p object2.value # prints "other value"
|
||||
|
||||
An uninitialized instance variable has a value of +nil+. If you run Ruby with
|
||||
warnings enabled, you will get a warning when accessing an uninitialized
|
||||
instance variable.
|
||||
An uninitialized instance variable has a value of +nil+.
|
||||
|
||||
The +value+ method has access to the value set by the +initialize+ method, but
|
||||
only for the same object.
|
||||
|
|
Загрузка…
Ссылка в новой задаче