class Ronn::Template
def initialize(document, style_path=ENV['RONN_STYLE'].to_s.split(':'))
def initialize(document, style_path=ENV['RONN_STYLE'].to_s.split(':')) @document = document @style_path = style_path + [Template.template_path] end
def initialize(document, style_path=ENV['RONN_STYLE'].to_s.split(':')) @document = document @style_path = style_path + [Template.template_path] end