rubyx/lib/virtual/instructions/new_frame.rb

7 lines
58 B
Ruby
Raw Normal View History

2015-05-06 08:55:14 +03:00
module Virtual
class NewFrame < Instruction
end
end