module Roda::RodaPlugins::HmacPaths::InstanceMethods
def hmac_path_default_namespace
def hmac_path_default_namespace if (key = opts[:hmac_paths_namespace_session_key]) && (value = session[key]) value.to_s end end
def hmac_path_default_namespace if (key = opts[:hmac_paths_namespace_session_key]) && (value = session[key]) value.to_s end end