# File lib/rcodetools/xmpfilter.rb, line 211 def execute_ruby(code) meth = (windows? or @execute_ruby_tmpfile) ? :execute_tmpfile : :execute_popen __send__ meth, code end