Method: Alda::REPL::TempScore#initialize

Defined in:
lib/alda-rb/repl.rb

#initialize(session) ⇒ TempScore

:call-seq:

new(session) -> TempScore

Creates a new TempScore for the given REPL session specified by session. It is called in Alda::REPL::new.



106
107
108
109
# File 'lib/alda-rb/repl.rb', line 106

def initialize session
	super()
	@session = session
end