Class: Braid::Commands::Remove
- Inherits:
-
Braid::Command
- Object
- Braid::Command
- Braid::Commands::Remove
- Defined in:
- lib/braid/commands/remove.rb
Defined Under Namespace
Classes: Options
Instance Method Summary collapse
-
#initialize(path, options) ⇒ Remove
constructor
A new instance of Remove.
Methods inherited from Braid::Command
#config, #force?, handle_error, #msg, msg, #run, #verbose?
Methods included from T::Sig
Methods included from Operations::VersionControl
Constructor Details
#initialize(path, options) ⇒ Remove
Returns a new instance of Remove.
10 11 12 13 |
# File 'lib/braid/commands/remove.rb', line 10 def initialize(path, ) @path = path @options = end |