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