Class: Avm::Scms::Branch
- Inherits:
-
Object
- Object
- Avm::Scms::Branch
- Defined in:
- lib/avm/scms/branch.rb
Instance Method Summary collapse
Instance Method Details
#head_commit ⇒ Avm::Scms::Commit
11 12 13 |
# File 'lib/avm/scms/branch.rb', line 11 def head_commit raise_abstract_method __method__ end |
#id ⇒ String
16 17 18 |
# File 'lib/avm/scms/branch.rb', line 16 def id raise_abstract_method __method__ end |
#push(remote) ⇒ Object
21 22 23 |
# File 'lib/avm/scms/branch.rb', line 21 def push(remote) # rubocop:disable Lint/UnusedMethodArgument raise_abstract_method __method__ end |