class Ninny::Commands::NewStaging

Public Class Methods

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