Method: Twine::Formatters::Android#format_section_header

Defined in:
lib/twine/formatters/android.rb

#format_section_header(section) ⇒ Object



96
97
98
# File 'lib/twine/formatters/android.rb', line 96

def format_section_header(section)
  "\t<!-- SECTION: #{section.name} -->"
end