module Erubis::Basic::Converter

def self.supported_properties # :nodoc:

:nodoc:
def self.supported_properties    # :nodoc:
  return [
          [:pattern,  '<% %>', "embed pattern"],
          [:trim,      true,   "trim spaces around <% ... %>"],
         ]
end