Method: Pact::Doc::Markdown::InteractionRenderer#template_contents
- Defined in:
- lib/pact/doc/markdown/interaction_renderer.rb
#template_contents(template_file) ⇒ Object
36 37 38 |
# File 'lib/pact/doc/markdown/interaction_renderer.rb', line 36 def template_contents(template_file) File.dirname(__FILE__) + template_file end |