Class: Gem::SilentUI

Inherits:
Object
  • Object
show all
Defined in:
lib/build-tool/GUI.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



354
355
356
# File 'lib/build-tool/GUI.rb', line 354

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