rubyx/test/risc/position/helper.rb
Torsten Ruger c2d450f779 fold position module and object position
simpler that way, aslo code is moving to listners
2018-06-02 21:59:41 +03:00

10 lines
104 B
Ruby

require_relative "../helper"
module Risc
class Dummy
def padded_length
4
end
end
end