# File lib/active_record/migration/command_recorder.rb, line 18
      def initialize(delegate = nil)
        @commands = []
        @delegate = delegate
      end