All right! Let’s go ahead and set up our class.
Create a class called Computer and give it an initialize method that takes no parameters. The body of initialize should be empty.
Computer
initialize