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