10 lines
204 B
Ruby
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
|