Method: Structure::ClassMethods.extended
- Defined in:
- lib/structure/class_methods.rb
.extended(base) ⇒ Object
7 8 9 |
# File 'lib/structure/class_methods.rb', line 7 def self.extended(base) base.instance_variable_set :@attribute_names, [] end |