Learn
Virtual Computer
What You'll Be Building
Now that you’ve learned all about classes and objects in Ruby, you can create any kind of Ruby object your heart desires. In this project, we’ll use our newfound knowledge to create a class, Machine
, and generate instances of that class that can manipulate imaginary files for us.
Instructions
Ready? Run the code to get started!