I learned that ruby lets you programs things. I learned that you need to use codes to program things. You need to be very specific on what you write on it or how you right it because the computer doesn’t know what you are trying to do. You program things by writing methods. Method is a procedure for accomplishing something. You also need objects, you put methods to the object for it to do things. In ruby you need a class. You write all that in the ruby block. The ruby block is where you put a statement, and it shows as a method call. Some blocks can have their own arguments. When you create a block you can connect it to with a call to method, and If the method has parameters, they show before the block. When the code blocks passed into methods are they become anonymous objects. Another thing that we learned were arguments. Arguments are usually used with parameters.