class RubyCritic::SourceControlSystem::Double

Public Instance Methods

date_of_last_commit(_path) click to toggle source
# File lib/rubycritic/source_control_systems/double.rb, line 10
def date_of_last_commit(_path)
  nil
end
revision?() click to toggle source
# File lib/rubycritic/source_control_systems/double.rb, line 14
def revision?
  false
end
revisions_count(_path) click to toggle source
# File lib/rubycritic/source_control_systems/double.rb, line 6
def revisions_count(_path)
  0
end