diff --git a/lib/virtual/list.rb b/lib/parfait/list.rb similarity index 100% rename from lib/virtual/list.rb rename to lib/parfait/list.rb diff --git a/lib/virtual/machine.rb b/lib/virtual/machine.rb index 1e78831a..5ea1ed8d 100644 --- a/lib/virtual/machine.rb +++ b/lib/virtual/machine.rb @@ -74,7 +74,7 @@ module Virtual end end -require_relative "list" +#require_relative "list" require_relative "instruction" require_relative "method_definition" require_relative "frame"