Method: Autoproj::PackageManifest::BaseLoader#initialize
- Defined in:
- lib/autoproj/package_manifest.rb
#initialize ⇒ BaseLoader
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of BaseLoader.
165 166 167 |
# File 'lib/autoproj/package_manifest.rb', line 165 def initialize @tag_level = 0 end |