문제

I seem to recall Lua has something similar to Ruby's method_missing. Or am I remembering incorrectly?

도움이 되었습니까?

해결책

The __index and __newindex of a table's metatable can be used to the same effect as Ruby's method_missing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top