# File lib/core-uncommon/facets/module/cattr.rb, line 119
  def cattr_accessor(*syms)
    cattr_reader(*syms) + cattr_writer(*syms)
  end