If `optval` is false, it would fail to match correctly. Proposed fix: ``` def setsockopt(level_or_option, optname = nil, optval = nil) if level_or_option and optname ```