In Files

  • rubygems/mock_gem_ui.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Gem::MockGemUi::InputEOFError

Raised when you haven't provided enough input to your MockGemUi

Public Class Methods

new(question) click to toggle source
 
               # File rubygems/mock_gem_ui.rb, line 12
def initialize(question)
  super "Out of input for MockGemUi on #{question.inspect}"
end
            
There is an updated format of the API docs for this version here.