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