Method: Thor::Base.shell=
- Defined in:
- lib/wtch/vendor/thor/shell.rb
.shell=(klass) ⇒ Object
Sets the shell used in all Thor classes.
20 21 22 |
# File 'lib/wtch/vendor/thor/shell.rb', line 20 def self.shell=(klass) @shell = klass end |