# File lib_ctrl/rucy/params.rb, line 1193 def save(properties) for entry in @list path = entry['attach_path'] case (path) when String if (path !~ %r"^/") then raise "not allowed path: #{path.inspect}" end when NilClass raise 'required attach path' end end properties.set_list('filters', @list) nil end