Class: Braid::Commands::Update
- Inherits:
-
Braid::Command
- Object
- Braid::Command
- Braid::Commands::Update
- Defined in:
- lib/braid/commands/update.rb
Defined Under Namespace
Classes: Options
Instance Method Summary collapse
-
#initialize(path, options) ⇒ Update
constructor
A new instance of Update.
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) ⇒ Update
Returns a new instance of Update.
14 15 16 17 |
# File 'lib/braid/commands/update.rb', line 14 def initialize(path, ) @path = path @options = end |