From: "boris_stitnicky (Boris Stitnicky)" Date: 2013-08-31T18:26:03+09:00 Subject: [ruby-core:56930] [ruby-trunk - Feature #8839] Class and module should return the class or module that was opened Issue #8839 has been updated by boris_stitnicky (Boris Stitnicky). +1 ---------------------------------------- Feature #8839: Class and module should return the class or module that was opened https://bugs.ruby-lang.org/issues/8839#change-41487 Author: headius (Charles Nutter) Status: Open Priority: Normal Assignee: Category: Target version: With the change for https://bugs.ruby-lang.org/issues/3753, "def" forms now return the symbolic name of the method defined. Because class and module bodies just return the last expression in their bodies, this means they will now usually end up returning a symbol for the last method defined. This does not seem useful or correct. I think class and module should return a reference to the class or module just opened. This would make the return value useful and consistent. -- http://bugs.ruby-lang.org/