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