Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ext/string.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#with_lang(lng) ⇒ self
Helper method to set the language of the string.
Instance Method Details
#with_lang(lng) ⇒ self
Helper method to set the language of the string.
8 9 10 |
# File 'lib/ext/string.rb', line 8 def with_lang(lng) LocalizedString.new(self, lng) end |