Search Results

2
votes

Name of class from its object

If you want to test for an instance of a specific class, I'd go with something like: @list.is_a?(List) …