rubyx/lib/virtual/instructions/new_frame.rb
2015-05-06 08:55:14 +03:00

7 lines
58 B
Ruby

module Virtual
class NewFrame < Instruction
end
end