Class: RubyCritic::SourceControlSystem::Double

Inherits:
Base
  • Object
show all
Defined in:
lib/rubycritic/source_control_systems/double.rb

Instance Method Summary collapse

Methods inherited from Base

connected_system_names, create, register_system, systems

Instance Method Details

#date_of_last_commit(_path) ⇒ Object



10
11
12
# File 'lib/rubycritic/source_control_systems/double.rb', line 10

def date_of_last_commit(_path)
  nil
end

#revision?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/rubycritic/source_control_systems/double.rb', line 14

def revision?
  false
end

#revisions_count(_path) ⇒ Object



6
7
8
# File 'lib/rubycritic/source_control_systems/double.rb', line 6

def revisions_count(_path)
  0
end