class Ninny::Commands::StagingBranch

Public Class Methods

new(options) click to toggle source
Calls superclass method Ninny::Commands::OutputDatedBranch::new
# File lib/ninny/commands/staging_branch.rb, line 8
def initialize(options)
  super
  @branch_type = Git::STAGING_PREFIX
end