aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rinda
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-25 18:50:48 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-25 18:50:48 +0000
commiteaad7bedc9367396d6229dbd42b55194faa39e3b (patch)
tree37beb32447eca31a10447add4be7f28b3dc86741 /lib/rinda
parent2149c313f4306925903eba207616d895a37f850c (diff)
downloadruby-eaad7bedc9367396d6229dbd42b55194faa39e3b.tar.gz
Suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rinda')
-rw-r--r--lib/rinda/ring.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rinda/ring.rb b/lib/rinda/ring.rb
index e9e92d2563..9b3e273ea1 100644
--- a/lib/rinda/ring.rb
+++ b/lib/rinda/ring.rb
@@ -48,7 +48,7 @@ module Rinda
##
# Set to false to shutdown future requests using this Renewer
- attr_accessor :renew
+ attr_writer :renew
def initialize # :nodoc:
@renew = true