# This module is extended by the language's singleton class when the Language can be directly used # by the user. # # This is deliberately defined so that consumers of this library can inject methods into all # concrete languages' classes. module Coursemology::Polyglot::ConcreteLanguage::ClassMethods end