Class: Hanami::CLI::Commands::Assets::Precompile Private
- Inherits:
-
Command
- Object
- Command
- Hanami::CLI::Commands::Assets::Precompile
- Defined in:
- lib/hanami/ruby3/hanami/cli/commands/assets/precompile.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call(**options) ⇒ Object private
Instance Method Details
#call(**options) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
13 14 15 16 17 |
# File 'lib/hanami/ruby3/hanami/cli/commands/assets/precompile.rb', line 13 def call(*, **) context = Context.new(options: ) precompile_assets(context) end |