7 lines
64 B
Ruby
7 lines
64 B
Ruby
|
module Virtual
|
||
|
|
||
|
class UnconditionalBranch < Branch
|
||
|
end
|
||
|
|
||
|
end
|