rubyx/lib/parfait/object.rb
2014-08-07 15:41:13 +03:00

10 lines
208 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