``` > MethodSource.complete_expression?('x = :"\xC3"') => EncodingError: invalid encoding symbol ``` Although this code string has invalid utf-8 chars, it is complete, and thus `true` should be returned.