# File lib/markaby/template.rb, line 6 def render(*args) output = Builder.new(*args) output.instance_eval @template return output.to_s end