This commit is contained in:
Joshua Peek
2013-06-10 10:36:56 -05:00
parent bf4596c26d
commit 9822b153eb

View File

@@ -130,7 +130,7 @@ module Linguist
Math.log(@languages[language].to_f / @languages_total.to_f) Math.log(@languages[language].to_f / @languages_total.to_f)
end end
private private
def verbosity def verbosity
@verbosity ||= (ENV['LINGUIST_DEBUG']||0).to_i @verbosity ||= (ENV['LINGUIST_DEBUG']||0).to_i
end end