# File lib/rufus/mnemo.rb, line 162 def self.from_special(s) SPECIAL.inject(s) { |ss, (a, b)| ss.gsub(b, a) } end