rubyx/lib/parfait/object.rb
2014-08-06 18:37:19 +03:00

10 lines
204 B
Ruby

# this is not a "normal" ruby file, ie it is not required by salama
# instead it is parsed by salama to define part of the program that runs
class Object
def get_class
@layout.get_class
end
end