Module: Haml::Filters::AsciiDoc

Includes:
Awestruct::AsciiDocable, Base
Defined in:
lib/awestruct/haml/filters/asciidoc.rb

Instance Method Summary collapse

Methods included from Awestruct::AsciiDocable

#_render, #content, #execute, #render

Instance Method Details

#render_with_options(text, options) ⇒ Object



5
6
7
# File 'lib/awestruct/haml/filters/asciidoc.rb', line 5

def render_with_options(text, options)
  _render(text, options[:relative_source_path], options[:site])
end