fdb3fbc825
outline of expanded parfait, documented but not coded
10 lines
226 B
Ruby
10 lines
226 B
Ruby
|
|
# A Frame is set up by functions that use local variables or temporary variables
|
|
# in fact temporary variables are local variables named by the system
|
|
|
|
# It allows for access to those variables basically
|
|
|
|
class Frame
|
|
|
|
end
|