# File lib/session.rb, line 281
    def track_history= bool
      @history ||= History::new
      @track_history = bool
    end