7 lines
58 B
Ruby
7 lines
58 B
Ruby
|
module Virtual
|
||
|
|
||
|
class NewFrame < Instruction
|
||
|
end
|
||
|
|
||
|
end
|