# File lib/rvm/environment/sets.rb, line 20
    def ruby_eval(code, options = {})
      perform_set_operation :ruby, "-e", code.to_s, options
    end