Class: Bibliothecary::Parsers::Haxelib
- Inherits:
-
Object
- Object
- Bibliothecary::Parsers::Haxelib
- Extended by:
- MultiParsers::JSONRuntime
- Includes:
- Analyser
- Defined in:
- lib/bibliothecary/parsers/haxelib.rb
Class Method Summary collapse
Methods included from MultiParsers::JSONRuntime
Methods included from Analyser
create_analysis, create_error_analysis, included
Class Method Details
.mapping ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/bibliothecary/parsers/haxelib.rb', line 9 def self.mapping { match_filename("haxelib.json") => { kind: "manifest", parser: :parse_json_runtime_manifest, }, } end |