You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't reset use_utf16 option, when initializing with false (#314)
* Don't reset use_utf16 option, when tried to initialize with false
||= is a deceiving operator for Boolean values. It could mean assign-if-nil or assign-if-false. It is just a short-hand for `a = a || new_value`
* Considered non-existence option as true
* Initialized "use_utf16" Ruby Symbol Object
0 commit comments