12 lines
138 B
Ruby
12 lines
138 B
Ruby
|
require_relative "../helper"
|
||
|
|
||
|
module Risc
|
||
|
module Position
|
||
|
class Dummy
|
||
|
def padded_length
|
||
|
4
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|