Commit ca62da0817033e823371dc50ad11ca386fac33c6

Authored by AntonioTerceiro
1 parent c512c210

ActionItem70: minor doc update



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@519 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/noosfero/transliterations.rb
@@ -24,6 +24,7 @@ module Noosfero::Transliterations @@ -24,6 +24,7 @@ module Noosfero::Transliterations
24 # ASCII. 24 # ASCII.
25 # 25 #
26 # The transliteration is, of course, lossy, and its performance is poor. 26 # The transliteration is, of course, lossy, and its performance is poor.
  27 + # Don't abuse this method.
27 def transliterate 28 def transliterate
28 29
29 new = self.clone 30 new = self.clone