Class: Gem::SilentUI

Inherits:
Object
  • Object
show all
Defined in:
lib/rubygems/user_interaction.rb

Overview

SilentUI is a UI choice that is absolutely silent.

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(sym, *args, &block) ⇒ Object



257
258
259
# File 'lib/rubygems/user_interaction.rb', line 257

def method_missing(sym, *args, &block)
  self
end