rubyx/lib/parfait/object.rb

10 lines
208 B
Ruby
Raw Normal View History

2014-08-05 14:55:24 +02:00
# 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
2014-07-30 20:43:12 +02:00
class Object
2014-08-05 14:55:24 +02:00
2014-08-07 14:41:13 +02:00
def get_class()
@layout.get_class()
2014-08-06 17:37:19 +02:00
end
2014-07-30 20:43:12 +02:00
end