Class: ElchScan::Formatter::Base
- Inherits:
-
Object
- Object
- ElchScan::Formatter::Base
- Defined in:
- lib/elch_scan/formatter/base.rb
Direct Known Subclasses
Instance Method Summary collapse
- #c(*a) ⇒ Object
-
#initialize(app) ⇒ Base
constructor
A new instance of Base.
- #logger ⇒ Object
Constructor Details
#initialize(app) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/elch_scan/formatter/base.rb', line 4 def initialize app @app = app end |
Instance Method Details
#c(*a) ⇒ Object
12 13 14 |
# File 'lib/elch_scan/formatter/base.rb', line 12 def c *a @app.c(*a) end |
#logger ⇒ Object
8 9 10 |
# File 'lib/elch_scan/formatter/base.rb', line 8 def logger @app.logger end |