Ruby has method_missing , Python has getattr . Does Boo offer something I can use to intercept method calls?
method_missing
getattr
Yes, Boo has IQuackFu .
Basically, you implement IQuackFu , which has three methods:
IQuackFu
QuackGet
QuackSet
QuackInvoke
Here is an example .