rubyx/lib/parfait/frame.rb
Torsten Ruger aaf6da8808 make object derivation explicit
in parfait
2015-04-08 20:33:15 +03:00

10 lines
235 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 < Object
end