Method: Redis::Counter#to_s

Defined in:
lib/redis/counter.rb

#to_sObject Also known as: to_str

Proxy methods to help make @object.counter == 10 work



63
# File 'lib/redis/counter.rb', line 63

def to_s; value.to_s; end