Method: ShellOpts.reset
- Defined in:
- lib/shellopts.rb
.reset ⇒ Object
Reset the hidden ShellOpts::ShellOpts class variable so that you can process
another command line
110 111 112 113 |
# File 'lib/shellopts.rb', line 110 def self.reset() @shellopts = nil @usage = nil end |