class ExecJS::DisabledRuntime

def eval(source, options = {})

def eval(source, options = {})
  raise Error, "ExecJS disabled"
end