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



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

def date_of_last_commit(_)
  nil
end

#revision?Boolean

Returns:

  • (Boolean)


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

def revision?
  false
end

#revisions_count(_) ⇒ Object



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

def revisions_count(_)
  'N/A'
end