11 ms·
I can see how method_missing can break introspection, but I don't see how the same is true for Autoload. Could you give an example?
by tomafro 16y ago
I can see how method_missing can break introspection, but I don't see how the same is true for Autoload. Could you give an example?
- draegtun 16y agoI believe jrockway is referring to AUTOLOAD in Perl (ie. its equivalent of Ruby's method_missing). ref: http://perldoc.perl.org/perlsub.html#Autoloading http://perldoc.perl.org/perlsub.html#Autoloading