method
run
run()
private
Hide source
# File lib/logger.rb, line 728 def run raise RuntimeError.new('Method run must be defined in the derived class.') end


