# File lib/facets/core/class/cattr.rb, line 96 def cattr_accessor(*syms) m = [] m.concat( cattr_reader(*syms) ) m.concat( cattr_writer(*syms) ) m end