class MetaBuild::Parser::EarParser

Public Instance Methods

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

  hash
end