# File lib/tour/facets/module/cattr.rb, line 223
  def mattr_accessor(*syms)
    mattr_reader(*syms) + mattr_writer(*syms)
  end