class Giteaucrat::Formatters::CoffeeFormatter
Public Instance Methods
add_copyright!()
click to toggle source
# File lib/giteaucrat/formatters/coffee_formatter.rb, line 18 def add_copyright! @contents = [format_copyright, contents].join("\n\n") end
encoding()
click to toggle source
# File lib/giteaucrat/formatters/coffee_formatter.rb, line 14 def encoding nil end