8 lines
158 B
Ruby
8 lines
158 B
Ruby
|
module Virtual
|
||
|
|
||
|
# following classes are stubs. currently in brainstorming mode, so anything may change anytime
|
||
|
class MethodEnter < Instruction
|
||
|
end
|
||
|
|
||
|
end
|