# File lib/xtemplate.rb, line 88
    def expand(data, opts = nil)
      s = SanitizedString['']
      expand2(s, data, opts)
      s
    end