Method: ComponentHost::Host#abort

Defined in:
lib/component_host/host.rb

#abortObject

Raises:

  • (StopIteration)


115
116
117
# File 'lib/component_host/host.rb', line 115

def abort
  raise StopIteration
end