Class: RDoc::DummyOptions

Inherits:
Object
  • Object
show all
Includes:
DummyMixin
Defined in:
lib/erbook/rdoc.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from DummyMixin

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RDoc::DummyMixin

Instance Method Details

#quietObject

supress ‘…c..m…’ output on STDERR



146
147
148
# File 'lib/erbook/rdoc.rb', line 146

def quiet
  true
end