Class: Avm::Git::Scms::GitSubBase

Inherits:
Scms::Base
  • Object
show all
Defined in:
lib/avm/git/scms/git_sub_base.rb,
lib/avm/git/scms/git_sub_base/commit.rb,
lib/avm/git/scms/git_sub_base/interval.rb

Direct Known Subclasses

GitSubrepo, GitSubtree

Defined Under Namespace

Classes: Commit, Interval

Instance Method Summary collapse

Instance Method Details

#interval(from, to) ⇒ Avm::Git::Scms::GitSubBase::Interval



18
19
20
# File 'lib/avm/git/scms/git_sub_base.rb', line 18

def interval(from, to)
  ::Avm::Git::Scms::GitSubBase::Interval.new(self, from, to)
end