Class String
In: lib/lolspeak.rb
Parent: Object

Methods

Public Instance methods

Translates all the words in this string. Calls Tranzlator.translate_words on the receiver using the default Tranzlator.

  "Hi cat".to_lospeak -> "oh hai kitteh"

See also: LOLspeak.default_tranzlator

Treats the string as XML and translates all the text in this string. Calls Tranzlator.translate_xml_string on the receiver using the default Tranzlator.

See also: LOLspeak.default_tranzlator

[Validate]