[Source]
# File optparse.rb, line 465 def parse(arg, argv, &error) if arg conv_arg(*parse_arg(arg, &error)) else conv_arg(arg) end end
[Validate]