File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ Tue Aug 21 21:59:22 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
2
+
3
+ * lib/observer.rb: fix typo. https://github.com/ruby/ruby/pull/162 by
4
+ unsymbol (Philip Cunningham).
5
+
1
6
Tue Aug 21 20:30:06 2012 Benoit Daloze <eregontp@gmail.com>
2
7
3
8
* test/fileutils/test_fileutils.rb (TestFileUtils#teardown):
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ def changed?
184
184
# Notify observers of a change in state *if* this object's changed state is
185
185
# +true+.
186
186
#
187
- # This will invoke the method named in #add_observer, pasing <tt>*arg</tt>.
187
+ # This will invoke the method named in #add_observer, passing <tt>*arg</tt>.
188
188
# The changed state is then set to +false+.
189
189
#
190
190
# <tt>*arg</tt>:: Any arguments to pass to the observers.
You can’t perform that action at this time.
0 commit comments