Class: Rfix::Branch::Upstream

Inherits:
Base
  • Object
show all
Defined in:
lib/rfix/branch/upstream.rb

Instance Method Summary collapse

Methods inherited from Base

#resolve

Instance Method Details

#nameObject



6
7
8
# File 'lib/rfix/branch/upstream.rb', line 6

def name
  "@{upstream}"
end

#to_sObject



10
11
12
# File 'lib/rfix/branch/upstream.rb', line 10

def to_s
  "upstream"
end