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