==

obj == other รข true or false
Instance Public methods

Compares two objects based on the receiver's <=> method, returning true if it returns 0. Also returns true if obj and other are the same object.

Even if obj <=> other raised an exception, the exception is ignoread and returns false.

doc_ruby_on_rails
2015-04-01 12:02:09
Comments
Leave a Comment

Please login to continue.