class Mustache::Template
def initialize(source, options = {})
Expects a Mustache template as a string along with a template
def initialize(source, options = {}) @source = source @options = options end
def initialize(source, options = {}) @source = source @options = options end