Devon Parsons

Results 1 issues of Devon Parsons

Although the case equality operator === is mentioned, of the two methods of class checking demonstrated here: ``` "this string".is_a? String # => true "this string".is_a? Object # => true...