class Roger::BlankTemplate

Blank template is an empty template

This is usefull for wrapping other templates

Public Instance Methods

render(_locals = {}) { || ... } click to toggle source
# File lib/roger/template.rb, line 14
def render(_locals = {}, &_block)
  yield if block_given?
end