Added header comment about redefining for extension methods
This commit is contained in:
@@ -12,7 +12,8 @@ class WSF_METHOD_HELPER_FACTORY
|
|||||||
feature -- Factory
|
feature -- Factory
|
||||||
|
|
||||||
new_method_helper (a_method: READABLE_STRING_8): detachable WSF_METHOD_HELPER
|
new_method_helper (a_method: READABLE_STRING_8): detachable WSF_METHOD_HELPER
|
||||||
-- New object for processing `a_method'
|
-- New object for processing `a_method';
|
||||||
|
-- Redefine this routine to implement extension methods.
|
||||||
require
|
require
|
||||||
a_method_attached: a_method /= Void
|
a_method_attached: a_method /= Void
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user