class String

Public Instance Methods

to_greeklish() click to toggle source
# File lib/greeklish_iso843/core_ext/string.rb, line 4
def to_greeklish
  GreeklishIso843::GreekText.to_greeklish(self)
end