Class: Pragmater::CLI::Commands::Remove
- Inherits:
-
Sod::Command
- Object
- Sod::Command
- Pragmater::CLI::Commands::Remove
- Defined in:
- lib/pragmater/cli/commands/remove.rb
Overview
Removes pragmas.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(handler: Remover.new) ⇒ Remove
constructor
A new instance of Remove.
Constructor Details
Instance Method Details
#call ⇒ Object
25 |
# File 'lib/pragmater/cli/commands/remove.rb', line 25 def call = handler.call { |path| io.puts path } |