class ThomasJostViewTool::Renderer
Public Class Methods
copyright(name, msg)
click to toggle source
# File lib/thomas_jost_view_tool/renderer.rb, line 3 def self.copyright name, msg "© #{Time.now.year} | <strong>#{name}</strong> #{msg}".html_safe end