Skip to content

Ruby core classes mostly force == and != to true/false #7

Open
@taw

Description

@taw

So we need to override ==/!= on TrueClass, FalseClass, Float, Integer, Rational, etc.

This could cause performance issues, but the alternative is a lot of brokenness. Perhaps we need a bit of C to improve performance here.

This used to sort of work, but not in any consistent way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions