method

run

v1_9_2_180 - Show latest stable - Class: Logger::Application
run()
private

No documentation available.

# File lib/logger.rb, line 745
    def run
      # TODO: should be an NotImplementedError
      raise RuntimeError.new('Method run must be defined in the derived class.')
    end