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

@ -1,11 +1,9 @@
require_relative "../helper"
module Risc
module Position
class Dummy
def padded_length
4
end
class Dummy
def padded_length
4
end
end
end