First time here? Check out the Help page!
1 | initial version |
Call .class on the object and see what class it is.
The .name method is part of a base class that your object inherits, so just because the correct name shows doesn't mean you have the correct class. You can manipulate it to the correct class with .to_ClassName.get.