Sha256: a305c07f9dfc95d6bb00664028e789ba0b51a6db041e4fb57d1f726b91b8576e
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
module DevcampCopyrightRa class Error < StandardError; end class Renderer def self.copyright name, msg "© #{Time.now.year} | <b>#{name}</b> #{msg}".html_safe end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devcamp_copyright_ra-0.3.0 | lib/devcamp_copyright_ra/renderer.rb |