Class: AndroidLintTranslateCheckstyleFormat::Script

Inherits:
Object
  • Object
show all
Extended by:
Translate
Defined in:
lib/android_lint_translate_checkstyle_format/script.rb

Class Method Summary collapse

Methods included from Translate

parse, trans

Class Method Details

.translate(xml_text) ⇒ Object



4
5
6
# File 'lib/android_lint_translate_checkstyle_format/script.rb', line 4

def self.translate(xml_text)
  trans(parse(xml_text)).to_s
end