Method: Twine::Formatters::Android#format_comment
- Defined in:
- lib/twine/formatters/android.rb
#format_comment(definition, lang) ⇒ Object
100 101 102 |
# File 'lib/twine/formatters/android.rb', line 100 def format_comment(definition, lang) "\t<!-- #{definition.comment.gsub('--', '—')} -->\n" if definition.comment end |