powered by
User could override this method in derived class.
BASE$..len..()
BASE$..len..() # Inherit from BASE TEST <- new_class(BASE, class_name = "TEST") # Override the `..len..` method register_method(TEST, ..len.. = function() 1) TEST$..len..()
Run the code above in your browser using DataLab