• 一直对回调这一点有疑问

    before_save { self.email = email.downcase }
    

    对于这段代码,这里的 self 为什么会是实例而不是这个类本身?