Method: Backup::Template#render

Defined in:
lib/backup/template.rb

#render(file) ⇒ Object

Renders the provided file (in the context of the binding if any) to the console



26
27
28
# File 'lib/backup/template.rb', line 26

def render(file)
  puts result(file)
end