Module: Rich::I18n::Core::String::Enriched

Included in:
String
Defined in:
lib/rich/i18n/core/string/enriched.rb

Instance Method Summary collapse

Instance Method Details

#to_esObject



12
13
14
# File 'lib/rich/i18n/core/string/enriched.rb', line 12

def to_es
  EnrichedString.new self
end

#to_tagObject



8
9
10
# File 'lib/rich/i18n/core/string/enriched.rb', line 8

def to_tag
  self
end