From: Chauk-Mean Proum Date: 2010-11-17T22:05:21+09:00 Subject: [ruby-core:33238] [Ruby 1.9-Feature#4065][Open] Rename or alias module#append_features to module#include_module Feature #4065: Rename or alias module#append_features to module#include_module http://redmine.ruby-lang.org/issues/show/4065 Author: Chauk-Mean Proum Status: Open, Priority: Normal Category: core, Target version: 1.9.x Hi, For Object#extend, the hook/callbacks methods are extend_object and extended. For Module#include, the hook/callbacks methods are append_features and included. The name append_features is a bit confusing / inconsistent. What about renaming append_features to include_module (similar as extend_object for extend) ? Alternatively, include_module could be defined as an alias to append_features (the latter could be made deprecated). Thanks. ---------------------------------------- http://redmine.ruby-lang.org