add RGSS 3.0.1 etc classes equality comparison #67

Merged
cremno merged 2 commits from add-rgss-3-0-1-etc-classes-equality-comparison into master 2014-09-02 18:09:10 +00:00
cremno commented 2014-09-02 17:58:49 +00:00 (Migrated from github.com)

If rgssVersion=3, none of the following lines should raise a TypeError:

Color.new == nil
Color.new == rand
Color.new == Tone.new
Color.new == Color.new
If `rgssVersion=3`, none of the following lines should raise a `TypeError`: ``` ruby Color.new == nil Color.new == rand Color.new == Tone.new Color.new == Color.new ```
Ancurio commented 2014-09-02 18:09:05 +00:00 (Migrated from github.com)

Thank you.

Thank you.
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#67
No description provided.