mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 08:13:29 +03:00
Fix comment of attr_accessor. Ruby-RU
This commit is contained in:
parent
ecca2c3837
commit
4d572a9994
@ -480,7 +480,7 @@ class Human
|
||||
@name
|
||||
end
|
||||
|
||||
# Тоже самое можно определить с помощью att_accessor
|
||||
# Тоже самое можно определить с помощью attr_accessor
|
||||
attr_accessor :name
|
||||
|
||||
# Также можно создать методы только для записи или чтения
|
||||
|
Loading…
Reference in New Issue
Block a user