class Tablesalt::ThreadAccessor::ThreadStore

Public Instance Methods

hash() click to toggle source
# File lib/tablesalt/thread_accessor/thread_store.rb, line 11
def hash
  @hash ||= HashWithIndifferentAccess.new
end