# File lib/hashery/crud_hash.rb, line 202 def read(key) warn "The #read method as been deprecated. Use #retrieve instead." retrieve(key) end