module Reserve
Constants
- VERSION
Public Class Methods
new(redis, opts={})
click to toggle source
Create a new Reserve
instance.
# File lib/reserve.rb, line 6 def self.new redis, opts={} Reserve::Store.new redis, opts end