https://github.com/ruby/observer/commit/6c978e6196
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 12:42:45 +09:00 коммит произвёл git
Родитель caa7a4f772
Коммит bf33085340
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -136,7 +136,7 @@
# ticker.add_observer(warner, :call)
# ticker.run
module Observable
VERSION = "0.1.1"
VERSION = "0.1.2"
#
# Add +observer+ as an observer on this object. So that it will receive