Answer Posted / Birendra Kumar
Command line options in Ruby are arguments passed to a script when it is run from the command line. They can be accessed using the ARGV array (Argument Variables). Options are often used to provide user input or configuration for a program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers