Showing 3 of 8 total issues
Avoid deeply nested control flow statements. Open
Open
subcfg = subcfg.in?(fields) ? subcfg : []
Avoid deeply nested control flow statements. Open
Open
subcfg = subcfg.in?(fields) ? [] : subcfg
Avoid deeply nested control flow statements. Open
Open
if v[:io].is_a?(String)
v[:io] = StringIO.new(Base64.decode64(v[:io]))
end