I wouldn't say that Ruby Mixins are not really similar to interfaces at all, since interfaces represent signature to be implemented by the class and mixins represent implementation.
You are correct though that the "mixins" in this article are nothing like Ruby mixins.
You are correct though that the "mixins" in this article are nothing like Ruby mixins.