# File lib/linguistics.rb, line 70
        def respond_to?( sym )
            self.class.langmod.respond_to?( sym ) || super
        end