Method: RedClothForTex#pgl

Defined in:
lib/redcloth_for_tex.rb

#pgl(text) ⇒ Object



238
239
240
241
242
# File 'lib/redcloth_for_tex.rb', line 238

def pgl( text )
  GLYPHS.each do |re, resub|
    text.gsub! re, resub
  end
end