Method: OptionParser.terminate

Defined in:
lib/optparse.rb

.terminate(arg = nil) ⇒ Object

See #terminate.



1208
1209
1210
# File 'lib/optparse.rb', line 1208

def self.terminate(arg = nil)
  throw :terminate, arg
end