Method: Command::RecordingInterpreter::Event#playback

Defined in:
lib/command-set/interpreter/recording.rb

#playback(prompt, interpreter, previous) ⇒ Object

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/command-set/interpreter/recording.rb', line 9

def playback(prompt, interpreter, previous)
  raise NotImplementedError
end