# File lib/standard/facets/opesc.rb, line 55 def self.escape(str) str.to_s.gsub(OPERATORS_REGEXP){ OPERATORS_ESC_TABLE[$1] } end