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