Flowdock
method

ask

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: MockGemUi
ask(question) 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 59
  def ask question
    raise InputEOFError, question if @ins.eof?

    super
  end
Register or log in to add new notes.