fold position module and object position

simpler that way, aslo code is moving to listners
This commit is contained in:
Torsten Ruger
2018-06-02 21:59:41 +03:00
parent 24f6e30b54
commit c2d450f779
17 changed files with 381 additions and 441 deletions

View File

@ -11,7 +11,7 @@ module Risc
end
def test_set_bin
pos = Position.set( @binary , 0 , @method)
assert_equal Position::CodePosition , pos.class
assert_equal CodePosition , pos.class
end
def test_type
pos = Position.set( @binary , 0 , @method)