mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
021e8ead5c
commit
771064fa1d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module DRb
|
|||
return unless Thread.main.alive?
|
||||
return if @expires.nil?
|
||||
Thread.new { rotate } if @expires < Time.now
|
||||
ObjectSpace.define_finalizer(Object.new) {on_gc}
|
||||
ObjectSpace.define_finalizer(Object.new) {on_gc}
|
||||
end
|
||||
|
||||
def rotate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue