Archives for Home
-
Overriding class methods in Ruby
If you try to use super.class_method_name it would not work. That’s because class_method_name is class method and not instance method and as such it does...
If you try to use super.class_method_name it would not work. That’s because class_method_name is class method and not instance method and as such it does...
I am Bojan Mihelac and this blog is dedicated to share code, thoughts, tools and advices I came up with while working in Informatika Mihelac.
Contact: bmihelac@mihelac.org