rubyx/test/parfait/type
Torsten Rüger fd46826b9c Implement class instance variables
as they are just the type of the meta_class, that was relatively simple.
I feel this is what oo is meant to be, instance variables and methods for the objects, and since classes are objects, for them too.
Class variables seem like a design mistake, weird scoping rules and no data hiding (left as an exercise to the reader)
2019-09-19 15:48:27 +03:00
..
test_basic.rb fix mom and vool after cc changes 2019-08-23 10:21:22 +03:00
test_hash.rb removed unused NamedList 2019-09-18 22:07:05 +03:00
test_message.rb let spce keep the messages in a factory #14 2018-09-01 11:24:16 +03:00
test_method_api.rb removed unused NamedList 2019-09-18 22:07:05 +03:00
test_type_api.rb Implement class instance variables 2019-09-19 15:48:27 +03:00