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