Method: Toolshed::Commands::PushBranch#initialize
- Defined in:
- lib/toolshed/commands/push_branch.rb
#initialize(options = {}) ⇒ PushBranch
Returns a new instance of PushBranch.
5 6 7 |
# File 'lib/toolshed/commands/push_branch.rb', line 5 def initialize( = {}) super() end |