module Erubis::PreprocessingHelper

def _P(arg)

def _P(arg)
  return "<%=h(#{arg})%>"
end