class GemTemplate::Render

Public Instance Methods

render(template) click to toggle source
# File lib/gem-template/render.rb, line 6
def render(template)
  ERB.new(template).result(binding)
end