mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/observer.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4c84d175e
commit
75e2a26b84
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Aug 21 21:59:22 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||||
|
|
||||||
|
* lib/observer.rb: fix typo. https://github.com/ruby/ruby/pull/162 by
|
||||||
|
unsymbol (Philip Cunningham).
|
||||||
|
|
||||||
Tue Aug 21 20:30:06 2012 Benoit Daloze <eregontp@gmail.com>
|
Tue Aug 21 20:30:06 2012 Benoit Daloze <eregontp@gmail.com>
|
||||||
|
|
||||||
* test/fileutils/test_fileutils.rb (TestFileUtils#teardown):
|
* test/fileutils/test_fileutils.rb (TestFileUtils#teardown):
|
||||||
|
|
|
@ -184,7 +184,7 @@ module Observable
|
||||||
# Notify observers of a change in state *if* this object's changed state is
|
# Notify observers of a change in state *if* this object's changed state is
|
||||||
# +true+.
|
# +true+.
|
||||||
#
|
#
|
||||||
# This will invoke the method named in #add_observer, pasing <tt>*arg</tt>.
|
# This will invoke the method named in #add_observer, passing <tt>*arg</tt>.
|
||||||
# The changed state is then set to +false+.
|
# The changed state is then set to +false+.
|
||||||
#
|
#
|
||||||
# <tt>*arg</tt>:: Any arguments to pass to the observers.
|
# <tt>*arg</tt>:: Any arguments to pass to the observers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue