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