Add FIXME note.

This commit is contained in:
Louis Mullie 2013-01-02 21:06:57 -05:00
parent e32f44f0a0
commit 2cded62abf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Treat::Loaders::Linguistics
# to the supplied language; raises an exception
# if there is no such language class registered.
def self.load(language)
code = language.to_s[0..1].intern
code = language.to_s[0..1].intern # FIX
unless @@languages[language]
require 'linguistics'
Linguistics.use(code)