Method: Alda::REPL::TempScore#clear_history
- Defined in:
- lib/alda-rb/repl.rb
#clear_history ⇒ Object Also known as: new, new_score
:call-seq:
clear_history() -> nil
Clears all the modifications that have been made to the score and start a new one. See #score for an example.
136 137 138 |
# File 'lib/alda-rb/repl.rb', line 136 def clear_history @session.clear_history end |