# File lib/marjoree/result_set.rb, line 34
  def is_output_param?(name)
    return !eval("#{name}").nil?
  end