# File lib/rvm/shell/abstract_wrapper.rb, line 52 def initialize(sh = 'bash', &setup_block) setup &setup_block @shell_executable = sh end