class ExecJS::DisabledRuntime

def exec(source, options = {})

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