Actions
Bug #7916
closedCallback Module.used is not used...
Description
Module.used was meant to be called when it is called with using
, see r36596.
It's not called right now.
Actions
Like0
Like0Like0
Added by marcandre (Marc-Andre Lafortune) about 12 years ago. Updated almost 12 years ago.
Description
Module.used was meant to be called when it is called with using
, see r36596.
It's not called right now.
marcandre (Marc-Andre Lafortune) wrote:
Module.used was meant to be called when it is called with
using
, see r36596.It's not called right now.
It's because Module#using is removed.
Module#used is intended to be called when Module#using is called, so Module#used should be removed now.
This issue was solved with changeset r39739.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.