2014-08-05 15:55:24 +03: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 21:43:12 +03:00
|
|
|
class Object
|
2014-08-05 15:55:24 +03:00
|
|
|
|
2014-08-07 15:41:13 +03:00
|
|
|
def get_class()
|
|
|
|
@layout.get_class()
|
2014-08-06 18:37:19 +03:00
|
|
|
end
|
2014-07-30 21:43:12 +03:00
|
|
|
end
|