Class: Spandx::Dotnet::Parsers::Sln
- Inherits:
-
Core::Parser
- Object
- Core::Parser
- Spandx::Dotnet::Parsers::Sln
- Defined in:
- lib/spandx/dotnet/parsers/sln.rb
Constant Summary
Constants inherited from Core::Parser
Instance Method Summary collapse
Methods inherited from Core::Parser
Methods included from Core::Registerable
#all, #each, #inherited, #registry
Instance Method Details
#match?(path) ⇒ Boolean
7 8 9 |
# File 'lib/spandx/dotnet/parsers/sln.rb', line 7 def match?(path) path.extname == '.sln' end |