mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
Merge pull request #3910 from isolovev/patch-1
[ruby/ru] Fix comment of attr_accessor
This commit is contained in:
commit
3e1eccc2f3
@ -480,7 +480,7 @@ class Human
|
||||
@name
|
||||
end
|
||||
|
||||
# Тоже самое можно определить с помощью att_accessor
|
||||
# Тоже самое можно определить с помощью attr_accessor
|
||||
attr_accessor :name
|
||||
|
||||
# Также можно создать методы только для записи или чтения
|
||||
|
Loading…
Reference in New Issue
Block a user