Flowdock
method

terminate_interaction

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: MockGemUi
terminate_interaction(status=0) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/mock_gem_ui.rb, line 63
  def terminate_interaction(status=0)
    @terminated = true

    raise TermError, status if status != 0
    raise SystemExitException
  end
Register or log in to add new notes.