You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
3. What is the Directory class and what is it used for?
Objects in the directory class represent file directories on the computer, and it is used to list those directories and see thecontents.
4. What is an IO object?
Your mom... is not an IO object. An IO object is an object of the class IO and is a representation of a source file, which allows for external communication with computer resources.
5. What is rake and what is it used for? What is a rake task?
Rake is Ruby make. It is for writing automation scripts and making dependecies, as well as grouping together like-tasks, kind of like you would with a module. A rank task is merely the set of commands Ruby uses to do those things I just mentioned.