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

Version Path
orthotypo-1.0.4 lib/orthotypo/core_ext.rb
orthotypo-1.0.3 lib/orthotypo/core_ext.rb
orthotypo-1.0.2 lib/orthotypo/core_ext.rb
orthotypo-1.0.1 lib/orthotypo/core_ext.rb
orthotypo-1.0.0 lib/orthotypo/core_ext.rb
orthotypo-0.6.0 lib/orthotypo/core_ext.rb
orthotypo-0.5.1 lib/orthotypo/core_ext.rb