Module: OffTheGrid::ErbHelpers

Defined in:
lib/off_the_grid/erb_helpers.rb

Overview

ERB related helper methods

Instance Method Summary collapse

Instance Method Details

#render(template_data) ⇒ Object



4
5
6
# File 'lib/off_the_grid/erb_helpers.rb', line 4

def render(template_data)
  ERB.new(template_data.gsub(/^(\t|\s)+<%/, '<%'), 0, '<>').result(binding)
end