rubyx/lib/virtual/instructions/new_frame.rb

7 lines
58 B
Ruby
Raw Normal View History

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