I get:
undefined method 'start_with?' for "-f":String (NoMethodError)
At this line:
if arg.start_with?("-v")
This worked on a different machine apparently so I'm assuming it could be a problem with my Ruby installation. Any ideas?
I get:
undefined method 'start_with?' for "-f":String (NoMethodError)
At this line:
if arg.start_with?("-v")
This worked on a different machine apparently so I'm assuming it could be a problem with my Ruby installation. Any ideas?