lib/active_support/configurable.rb in activesupport-4.2.11.3 vs lib/active_support/configurable.rb in activesupport-5.0.0.beta1

- old
+ new

@@ -120,9 +120,10 @@ class_eval writer, __FILE__, writer_line unless options[:instance_writer] == false end send("#{name}=", yield) if block_given? end end + private :config_accessor end # Reads and writes attributes from a configuration <tt>OrderedHash</tt>. # # require 'active_support/configurable'