rubyx/lib/soml/parfait/layout.soml

7 lines
120 B
Plaintext
Raw Normal View History

2015-11-07 19:38:52 +02:00
class Layout < Object
2015-11-30 16:10:08 +02:00
field Class object_class
field List instance_methods
field Integer indexed_length
2015-11-07 19:38:52 +02:00
end