Class: Fir::NoOpAdapter

Inherits:
TemplateAdapter show all
Defined in:
lib/fir/pages.rb

Overview

Passes through the content as-is. This is desirable for, e.g., .html files.

Instance Method Summary collapse

Methods inherited from TemplateAdapter

#initialize, #render_with_layout

Constructor Details

This class inherits a constructor from Fir::TemplateAdapter

Instance Method Details

#render(options) ⇒ Object



139
140
141
# File 'lib/fir/pages.rb', line 139

def render(options)
	source
end