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
|