# File languages-statistics.rb, line 676 def initialize(logger = nil) if logger == nil then @logger = Logger.new else @logger = logger end end