Class: Bristow::Terminations::CanNotStopWillNotStop

Inherits:
Bristow::Termination show all
Defined in:
lib/bristow/terminations/can_not_stop_will_not_stop.rb

Instance Method Summary collapse

Instance Method Details

#continue?(_messages) ⇒ Boolean



4
5
6
# File 'lib/bristow/terminations/can_not_stop_will_not_stop.rb', line 4

def continue?(_messages)
  true
end