# File lib/execjs/ruby_racer_runtime.rb, line 15 def exec(source, options = {}) source = encode(source) if /\S/ =~ source eval "(function(){#{source}})()", options end end