module Jekyll::HinduArabicFilter

Public Instance Methods

habify(input) click to toggle source
# File lib/jekyll-hinduarabic.rb, line 7
def habify(input)
  input.to_s.tr("0123456789", "۰۱۲۳۴۵۶۷۸۹")
end