# File lib/hash_attrs.rb, line 29 def hash_accessor(hash, *syms) hash_reader(hash, syms) hash_writer(hash, syms) end