method
terminate
ruby latest stable - Class:
OptionParser
terminate(arg = nil)public
No documentation available.
# File lib/optparse.rb, line 1079
def self.terminate(arg = nil)
throw :terminate, arg
end terminate(arg = nil)No documentation available.
# File lib/optparse.rb, line 1079
def self.terminate(arg = nil)
throw :terminate, arg
end