# File lib/linguistics/en.rb, line 108 def self::def_lprintf_formatter( name, meth ) meth = self.method( meth ) unless meth.is_a?( Method ) self.lprintf_formatters[ name ] = meth end