rename meta to singleton class
seems more appropriate, as it is the class for a single object Also seems to be called that on the net (don't remember where the meta came from, but it's gone)
This commit is contained in:
@ -19,7 +19,7 @@ module Risc
|
||||
MAIN
|
||||
super
|
||||
end
|
||||
#Space type is wrong, shold be same as meta_class.instance_type
|
||||
#Space type is wrong, shold be same as singleton_class.instance_type
|
||||
def test_chain
|
||||
#show_main_ticks # get output of what is
|
||||
run_input @string_input
|
||||
|
Reference in New Issue
Block a user