lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Why might we want to redefine methods of an object locally (inside the current module) instead of globally (everywhere the object appears)?
Please provide real-life examples