You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I side note, I was quite surprised that self.empty? compiled inside the if self.responds_to?(:empty), but it makes sense: self is a variable and its type is restricted inside the if.
i trying to add blank method, but this is not work for arrays:
seems some bug with object inheritance.
The text was updated successfully, but these errors were encountered: