check for redefining of methods and forbid
causing some test problems, but better that way (until it's done right off course)
This commit is contained in:
@ -105,7 +105,7 @@ module Risc
|
||||
# use the input as it, compile and run it
|
||||
# input muts contain a Space.main, but may contain more classes and methods
|
||||
def run_input(input)
|
||||
@string_input = preload + input
|
||||
@string_input = input
|
||||
do_setup
|
||||
run_all
|
||||
end
|
||||
|
Reference in New Issue
Block a user