# File lib/rufus/mnemo.rb, line 157
    def self.to_special(s)

      SPECIAL.inject(s) { |ss, (a, b)| ss.gsub(a, b) }
    end