# File lib/rbot/registry.rb, line 246 def index(value) ind = @registry.index(store(value)) if ind return ind else return nil end end