R
RubyTalk
I need help with === and Objects
270 Array === Array
I would think that Array === Array. If not I would not expect line 300
to be true.
Thanks for any help,
Becker
270 Array === Array
] false [< 290 Array == Array
] true [< 300 Object === Object
] true [< 310 Object.class
] Class [< 320 Object === Class
] true [<
I would think that Array === Array. If not I would not expect line 300
to be true.
Thanks for any help,
Becker