Method: Webbynode::Io#read_from_template

Defined in:
lib/webbynode/io.rb

#read_from_template(template) ⇒ Object



217
218
219
# File 'lib/webbynode/io.rb', line 217

def read_from_template(template)
  read_file File.join(templates_path, template)
end