Module | RVM::Shell |
In: |
lib/rvm/shell/result.rb
lib/rvm/shell/single_shot_wrapper.rb lib/rvm/shell/abstract_wrapper.rb lib/rvm/shell/utility.rb lib/rvm/shell.rb |
Provides Generic access to a more ruby-like shell interface. For more details, see AbstractWrapper.
Returns the default shell wrapper class to use
# File lib/rvm/shell.rb, line 15 def self.default_wrapper @@default_wrapper ||= SingleShotWrapper end