Class: Avm::Scms::Null

Inherits:
Base
  • Object
show all
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, #interval, #name, #subs, #to_s

Methods included from With::ApplicationStereotype

#stereotype_namespace_module

Instance Method Details

#head_commitAvm::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

#updateObject



16
17
18
# File 'lib/avm/scms/null.rb', line 16

def update
  # Do nothing
end