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