class SiteHook::Templates::Logs

Public Instance Methods

created_log_log_header() click to toggle source

Puts the log header to the start of the log files @param [String,File,Pathname] file file to

@return NilClass

# File lib/site_hook/templates/log_header.rb, line 14
def created_log_log_header
  header = "### Log file created at #{@@time}"
end