# File lib/core-uncommon/facets/module/cattr.rb, line 247 def mattr_accessor(*syms) mattr_reader(*syms) + mattr_writer(*syms) end