class String

Public Instance Methods

tr8n_translated() click to toggle source
# File lib/tr8n_client_sdk/core/string.rb, line 34
def tr8n_translated
  return self if frozen?
  @tr8n_translated = true
  self.html_safe
end
tr8n_translated?() click to toggle source
# File lib/tr8n_client_sdk/core/string.rb, line 40
def tr8n_translated?
  @tr8n_translated
end