Sha256: 6701423221a1b4839dfbe716dbd36f5727af927f4e13a481809ed09145b15361
Contents?: true
Size: 155 Bytes
Versions: 7
Compression:
Stored size: 155 Bytes
Contents
String.class_eval do def ortho(locale: nil, html: nil) @ortho ||= Orthotypo::Localizer.new(self, locale: locale, html: html).composer.ortho end end
Version data entries
7 entries across 7 versions & 1 rubygems