module Erubis::Generator

def self.supported_properties() # :nodoc:

:nodoc:
def self.supported_properties()  # :nodoc:
  return [
          [:escapefunc,    nil,    "escape function name"],
        ]
end