# File lib/active_support/core_ext/module/attr_internal.rb, line 8 def attr_internal_writer(*attrs) attrs.each {|attr_name| attr_internal_define(attr_name, :writer)} end