Method: Interactive::InputState#done!

Defined in:
lib/interact/interactive.rb

#done!Object

Call to signal to the input reader that it can stop.



44
45
46
# File 'lib/interact/interactive.rb', line 44

def done!
  @done = true
end