示例#1
0
文件: Repl.cs 项目: madpilot/ironruby
 /// <summary>
 /// Resets the Repl's command history
 /// </summary>
 public void ResetHistory() {
     _history = new ReplHistory();
 }
示例#2
0
 /// <summary>
 /// Resets the Repl's command history
 /// </summary>
 public void ResetHistory()
 {
     _history = new ReplHistory();
 }