# File lib/bundler/vendor/thor/shell.rb, line 45 def initialize(args=[], options={}, config={}) super self.shell = config[:shell] self.shell.base ||= self if self.shell.respond_to?(:base) end