starting to clear up slots
mostly docs
This commit is contained in:
12
lib/virtual/slots/frame_slot.rb
Normal file
12
lib/virtual/slots/frame_slot.rb
Normal file
@ -0,0 +1,12 @@
|
||||
module Virtual
|
||||
|
||||
# Slots in the Frame a re represented by instances of FrameSlot
|
||||
|
||||
# Slots in the Frame are local or temporary varialbes in a message
|
||||
class FrameSlot < Slot
|
||||
def initialize index , type = Unknown, value = nil
|
||||
super
|
||||
end
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user