# File lib/facets/core/kernel/op_esc.rb, line 33
  def op_esc( str )
    str.gsub(OPERATORS_REGEXP){ OPERATORS_ESC_TABLE[$1] }
  end