Applies operator escape’s according to OPERATORS_ESCAPE_TABLE.
op_esc('-') #=> "op_minus"
CREDIT: Trans
# File lib/more/facets/opesc.rb, line 40 40: def self.escape(str) 41: str.gsub(OPERATORS_REGEXP){ OPERATORS_ESC_TABLE[$1] } 42: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.