alf-tool / alf-core

Core classes, the kernel of Alf
MIT License
49 stars 5 forks source link

Fix boolean comparaison #9

Closed ludov04 closed 5 years ago

ludov04 commented 9 years ago

When an ordering compare booleans, it used the Object '<=>' operator. Causing it to return nil when comparing true and false