# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 264 def run_ruby_script(command, config = {}) return unless behavior == :invoke run command, config.merge(:with => Bundler::Thor::Util.ruby_command) end