这段代码中的超级是什么?
def initialize options = {}, &block @filter = options.delete(:filter) || 1 super end
据我所知,这就像递归调用函数一样,对吧?
ruby
ruby ×1