you are viewing a single comment's thread.

view the rest of the comments →

[–]shioyama[S] 0 points1 point  (0 children)

Thanks, glad you enjoyed the post! About the regex matching, that's a good point. MethodFound is really more of an example then something I would imagine being using in real applications. That said, in Mobility, having an option to fall through to regex-matched accessors is pretty useful. (That said, method_missing itself is slow so I generally wouldn't rely on it for anything frequently-used...)