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(_) ⇒ Object



8
9
10
# File 'lib/rubycritic/source_control_systems/double.rb', line 8

def date_of_last_commit(_)
  nil
end

#revision?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/rubycritic/source_control_systems/double.rb', line 12

def revision?
  false
end

#revisions_count(_) ⇒ Object



4
5
6
# File 'lib/rubycritic/source_control_systems/double.rb', line 4

def revisions_count(_)
  'N/A'
end