Method: Twine::Formatters::Android#format_sections

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

#format_sections(twine_file, lang) ⇒ Object



88
89
90
91
92
93
94
# File 'lib/twine/formatters/android.rb', line 88

def format_sections(twine_file, lang)
  result = '<resources>'
  
  result += super + "\n"

  result += "</resources>\n"
end