module SeanPhillipsViewTool class Renderer def self.copyright name, msg "© #{Time.now.year} | #{name} #{msg}".html_safe end end end