From: "mame (Yusuke Endoh)" <mame@...> Date: 2012-03-25T17:21:56+09:00 Subject: [ruby-core:43658] [ruby-trunk - Feature #5088][Assigned] Refactor and Document vm_method.c / method.h Issue #5088 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee set to ko1 (Koichi Sasada) ---------------------------------------- Feature #5088: Refactor and Document vm_method.c / method.h https://bugs.ruby-lang.org/issues/5088#change-25158 Author: lazaridis.com (Lazaridis Ilias) Status: Assigned Priority: Normal Assignee: ko1 (Koichi Sasada) Category: core Target version: =begin (not a "Feature" but a "Task") Refactoring and documentation of the following files: * source:vm_method.c * source:method.h * other indirectly affected files This will not alter the functionality in any way, but will change only whitespace, structure and naming. The goals are * to make the method handling easier to understand. * to enable more developers to maintain the code * To simplify processing/implementation of issues: #4893, #5005 * To simplify the completition/extension of the method-handling * to prepare for a later redesign of vm_method.c (towards "methods are objects") (patches follow by time, if no objecting is given) =end -- http://bugs.ruby-lang.org/