Class: Rfix::Branch::Upstream
- Defined in:
- lib/rfix/branch/upstream.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#name ⇒ Object
6 7 8 |
# File 'lib/rfix/branch/upstream.rb', line 6 def name "@{upstream}" end |
#to_s ⇒ Object
10 11 12 |
# File 'lib/rfix/branch/upstream.rb', line 10 def to_s "upstream" end |