コード例 #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();
 }