Example #1
0
	def __init__(self, *args):
		MustacheFormatter.__init__(self, "c.mustache", *args)
Example #2
0
	def __init__(self, *args):
		MustacheFormatter.__init__(self, "ruby.mustache",  *args)
		self.register_option("ruby_module", default="", prefix=False)
Example #3
0
 def __init__(self, *args):
     MustacheFormatter.__init__(self, "c.mustache", *args)