Sha256: ff31f399d0c167ab266d512183cb5188daa1fa27171baef7772484f75acb90a3
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
module PmdTranslateCheckstyleFormat class Script extend ::PmdTranslateCheckstyleFormat::Translate def self.translate(xml_text) trans(parse(xml_text)).to_s end def self.translate_cpd(xml_text) trans_cpd(parse(xml_text)).to_s end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pmd_translate_checkstyle_format-0.3.0 | lib/pmd_translate_checkstyle_format/script.rb |