Method: BasePythonQueryHook#compile_cookie

Defined in:
lib/base/query_hook.rb


37
38
39
# File 'lib/base/query_hook.rb', line 37

def compile_cookie(cookie)
  compile_state(cookie).join("\n")
end