define case and hash equality for etc classes #65

Merged
cremno merged 1 commits from define-case-and-hash-equality-for-etc-classes into master 2014-09-02 18:02:47 +00:00
cremno commented 2014-09-02 17:31:47 +00:00 (Migrated from github.com)

RGSS also defines #=== and #eql? for Color, Tone, and Rect:

Color.instance_method(:==) == Color.instance_method(:===)   # => true
Color.instance_method(:==) == Color.instance_method(:eql?)  # => true
RGSS also defines `#===` and `#eql?` for `Color`, `Tone`, and `Rect`: ``` ruby Color.instance_method(:==) == Color.instance_method(:===) # => true Color.instance_method(:==) == Color.instance_method(:eql?) # => true ```
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MapleShrine/mkxp#65
No description provided.