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