mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
by Luke Gruber. [#5203] * ext/pty/lib/expect.rb: ditto * lib/mathn.rb: ditto * lib/net/http.rb: ditto * lib/open-uri.rb: ditto * lib/ostruct.rb: ditto * lib/tempfile.rb: ditto * lib/thread.rb: ditto * lib/weakref.rb: ditto * sample/webrick/httpproxy.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
18e342e80d
commit
ca96541149
11 changed files with 71 additions and 58 deletions
|
|
@ -1,7 +1,7 @@
|
|||
require "delegate"
|
||||
require 'thread'
|
||||
|
||||
# Weak Reference class that does allows a referenced object to be
|
||||
# Weak Reference class that allows a referenced object to be
|
||||
# garbage-collected. A WeakRef may be used exactly like the object it
|
||||
# references.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue