Commit fc9aeaea authored by antirez's avatar antirez
Browse files

dead code removed from RubyRedis

parent 3ba37089
...@@ -39,10 +39,6 @@ class RedisClient ...@@ -39,10 +39,6 @@ class RedisClient
} }
} }
def convert_to_bool(r)
r == 0 ? false : r
end
def initialize(opts={}) def initialize(opts={})
opts = {:host => 'localhost', :port => '6379', :db => 0}.merge(opts) opts = {:host => 'localhost', :port => '6379', :db => 0}.merge(opts)
@host = opts[:host] @host = opts[:host]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment