diff --git a/Method_desc.rb b/Method_desc.rb new file mode 100644 index 0000000..f7918bc --- /dev/null +++ b/Method_desc.rb @@ -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 diff --git a/ferry.pdf b/ferry.pdf new file mode 100644 index 0000000..4933805 Binary files /dev/null and b/ferry.pdf differ diff --git a/flight.pdf b/flight.pdf new file mode 100644 index 0000000..8db21cc Binary files /dev/null and b/flight.pdf differ diff --git a/lol.rb b/lol.rb index 6bf9fd7..a1cc02c 100644 --- a/lol.rb +++ b/lol.rb @@ -13,6 +13,7 @@ name = prim_class container_class = container + container_obj = "flights" to_string_template = "0, 1 km/hour, 2 seats" diff --git a/train-1.pdf b/train-1.pdf new file mode 100644 index 0000000..9af0731 Binary files /dev/null and b/train-1.pdf differ