What is the super for in this code?
def initialize options = {}, &block
@filter = options.delete(:filter) || 1
super
end
As far as I know it's like calling the function recursively, right?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…