position tests working

This commit is contained in:
Torsten Ruger
2018-07-02 09:35:57 +03:00
parent 22408b86c6
commit f4b1290e58
2 changed files with 11 additions and 8 deletions

View File

@ -33,6 +33,7 @@ module Risc
def initialize(object)
@at = INVALID
@object = object
raise "Object may not be nil" if object.nil?
end
# utility to register events of type :position_changed