Sha256: c13c7730d27851a534d4fc41bd6f0487252ee376448f9a503353d744656edb8d
Contents?: true
Size: 278 Bytes
Versions: 29
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module RubyCritic module SourceControlSystem class Double < Base def revisions_count(_path) 0 end def date_of_last_commit(_path) nil end def revision? false end end end end
Version data entries
29 entries across 29 versions & 2 rubygems