position tests working
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user