renamed program to boot_space, as in object_space at boot time. thats the way its going
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
require "support/hash_attributes"
|
||||
module Vm
|
||||
|
||||
#currently just holding the program in here so we can have global access
|
||||
#currently just holding the object_space in here so we can have global access
|
||||
class Context
|
||||
# Make hash attributes to object attributes
|
||||
include Support::HashAttributes
|
||||
|
||||
def initialize program
|
||||
def initialize object_space
|
||||
@attributes = {}
|
||||
@attributes[:program] = program
|
||||
@attributes[:object_space] = object_space
|
||||
end
|
||||
attr_reader :attributes
|
||||
end
|
||||
|
Reference in New Issue
Block a user