lol maggie

This commit is contained in:
Alexander Munch-Hansen 2019-10-23 13:13:03 +02:00
parent 00a1805879
commit 95e4ea865e
5 changed files with 13 additions and 0 deletions

12
Method_desc.rb Normal file
View File

@ -0,0 +1,12 @@
class Method_desc
attr_accessor :type
attr_accessor :name
attr_accessor :parameters
def initialize(typ, nam, param)
@type = typ
@name = nam
@parameters = param
end
end

BIN
ferry.pdf Normal file

Binary file not shown.

BIN
flight.pdf Normal file

Binary file not shown.

1
lol.rb
View File

@ -13,6 +13,7 @@ name = prim_class
container_class = container
container_obj = "flights"
to_string_template = "0, 1 km/hour, 2 seats"

BIN
train-1.pdf Normal file

Binary file not shown.