# File lib/core/facets/module/mattr.rb, line 279 def mattr_accessor(*syms) mattr_reader(*syms) + mattr_writer(*syms) end