Sha256: 1c7e8a2f1e850bf73f5c1b847ccc8ab1fda2ca9d8024b3fb7849b28b84f00a45
Contents?: true
Size: 513 Bytes
Versions: 2
Compression:
Stored size: 513 Bytes
Contents
# coding: utf-8 ################################################ # © Alexander Semyonov, 2013—2013, MIT License # # Author: Alexander Semyonov <al@semyonov.us> # ################################################ require 'giteaucrat/formatters/ruby_formatter' module Giteaucrat module Formatters class CoffeeFormatter < RubyFormatter def include_encoding? false end def add_copyright! @contents = [format_copyright, contents].join("\n\n") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
giteaucrat-0.0.4 | lib/giteaucrat/formatters/coffee_formatter.rb |
giteaucrat-0.0.3 | lib/giteaucrat/formatters/coffee_formatter.rb |