rubyx/test/vool/send
Torsten Rüger d6c38d15ba Fix calling unknown methods
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.
2019-08-14 14:59:54 +03:00
..
helper.rb Move builtin wholesale to Mom 2019-08-12 12:38:29 +03:00
test_not_found.rb Fix calling unknown methods 2019-08-14 14:59:54 +03:00
test_send_args_send.rb Booting functions again and send test 2019-08-12 11:57:32 +03:00
test_send_cached_simple.rb Booting functions again and send test 2019-08-12 11:57:32 +03:00
test_send_self.rb Booting functions again and send test 2019-08-12 11:57:32 +03:00
test_send_simple_args.rb Booting functions again and send test 2019-08-12 11:57:32 +03:00
test_send_simple_string.rb always list of methods in class 2018-06-30 10:08:18 +03:00
test_send_simple.rb always list of methods in class 2018-06-30 10:08:18 +03:00