# File lib/nest.rb, line 24
  def initialize(ns, rc = Redic.new)
    @ns = ns.to_s
    @rc = rc
  end