class RachelViewTool::Renderer
Your code goes hereā¦
Public Class Methods
copyright(name, msg)
click to toggle source
# File lib/rachel_view_tool.rb, line 8 def self.copyright name, msg "© #{Time.now.year} | <b>#{name}</b> #{msg}".html_safe end