Class: Avm::Scms::Null
- Defined in:
- lib/avm/scms/null.rb,
lib/avm/scms/null/commit.rb
Defined Under Namespace
Classes: Commit
Instance Method Summary collapse
Methods inherited from Base
#changed_files, #completer, #interval, #name, #relative_path_from_parent_scm, #subs, #to_s
Methods included from With::ApplicationStereotype
Instance Method Details
#head_commit ⇒ Avm::Scms::Null::Commit
12 13 14 |
# File 'lib/avm/scms/null.rb', line 12 def head_commit @head_commit ||= Avm::Scms::Null::Commit.new(self) end |
#update ⇒ Object
16 17 18 |
# File 'lib/avm/scms/null.rb', line 16 def update # Do nothing end |