Class: Tapioca::Loaders::Loader Abstract
- Inherits:
-
Object
- Object
- Tapioca::Loaders::Loader
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/loaders/loader.rb
Overview
This class is abstract.
Instance Method Summary collapse
-
#load ⇒ Object
abstract
: -> void.
Methods included from GemHelper
#gem_in_app_dir?, #gem_in_bundle_path?, #gem_in_ruby_path?, #to_realpath
Methods included from CliHelper
#netrc_file, #rbi_formatter, #say_error
Instance Method Details
#load ⇒ Object
This method is abstract.
: -> void
15 |
# File 'lib/tapioca/loaders/loader.rb', line 15 def load = raise NotImplementedError, "Abstract method called" |