Hello All,
I have created a ruby class. I have written a method here with puts & I want to test this file through terminal.
How can I get the puts output in the terminal?
Thanks,
Avi
Hello All,
I have created a ruby class. I have written a method here with puts & I want to test this file through terminal.
How can I get the puts output in the terminal?
Thanks,
Avi
What does `ruby --help` tell you?