I am at the very beginning of learning Ruby. Following the instructions of the assignment I am working on, I need to create a ruby file variables.rb. I wonder if there is a way to do that from the level of irb?
I know that I can do that easily from the level of the terminal via:
touch variables.rb.
Is there a way to do it from the level of irb?