class ElchScan::Formatter::Base

Public Class Methods

new(app) click to toggle source
# File lib/elch_scan/formatter/base.rb, line 4
def initialize app
  @app = app
end

Public Instance Methods

c(*a) click to toggle source
# File lib/elch_scan/formatter/base.rb, line 12
def c *a
  @app.c(*a)
end
logger() click to toggle source
# File lib/elch_scan/formatter/base.rb, line 8
def logger
  @app.logger
end