Torsten Rüger
d6c38d15ba
Before, when the type was determined, it was assumed that the method can be resolved. But off course tis is not true, as methods may be defined later in the file. Two solutions for that. One could (and should) define all methods and only then start to compile. Thus having the type safety. Or (as now) make a dynamic call and let it fail at runtime. |
||
---|---|---|
.. | ||
helper.rb | ||
test_not_found.rb | ||
test_send_args_send.rb | ||
test_send_cached_simple.rb | ||
test_send_self.rb | ||
test_send_simple_args.rb | ||
test_send_simple_string.rb | ||
test_send_simple.rb |