class MetaBuild::Parser::JarParser

Public Instance Methods

parse() click to toggle source
# File lib/meta_build/parser/jar_parser.rb, line 6
def parse
  hash = self._parse
  hash['type'] = 'jar'

  hash
end