Class: Avm::Git::Scms::GitSubBase
- Inherits:
-
Scms::Base
- Object
- Scms::Base
- Avm::Git::Scms::GitSubBase
- 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
Defined Under Namespace
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 |