Module: Packwerk::Parsers::ParserInterface
Overview
@requires_ancestor: Kernel
Instance Method Summary collapse
- #call(io:, file_path:) ⇒ Object abstract
Instance Method Details
#call(io:, file_path:) ⇒ Object
This method is abstract.
11 |
# File 'lib/packwerk/parsers/parser_interface.rb', line 11 def call(io:, file_path:) = raise NotImplementedError, "Abstract method called" |